workflow
Here are 3,367 public repositories matching this topic...
-
Updated
Mar 15, 2022 - TypeScript
-
Updated
Mar 15, 2022 - TypeScript
-
Updated
Mar 6, 2022 - Java
Summary
As a consequence of one of my PRs, a bug was introduced into the master branch of the Argo Workflows codebase. This had instant repercussions (see Github Issue here) for new users that were consuming the tool. Whenever the docs provide a link to manifests, they point to the master branch (see [here](https://github.com/argoproj/ar
-
Updated
Mar 14, 2022 - JavaScript
Hello!
I've found an issue here:parallel pipelines.
I believe this is a bit misleading - because the work is not done in parallel, unless the relevant executor is chosen. I suggest clarifying and adding a note which emphasises that to actually get parallel execution, one needs to set LocalDaskExecutor or DaskExecutor as the executor class.
Page reference: https://docs.prefect.io/core/c
-
Updated
Aug 8, 2021 - JavaScript
-
Updated
Jan 2, 2022 - Go
-
Updated
Mar 14, 2022
-
Updated
Dec 31, 2021 - JavaScript
-
Updated
Mar 9, 2022 - C#
-
Updated
Jan 27, 2022 - Shell
Hey everyone, I hope y'all enjoyed your holidays.
I want to create SuiteCRM users via the V8 api, but the response is invalid json and contains some generic validation error message.
I'm not sure whether my request is actually malformed or the error message just shouldn't appear.
-
Updated
Feb 26, 2022 - JavaScript
-
Updated
Mar 14, 2022 - TypeScript
-
Updated
Dec 28, 2021 - Python
-
Updated
Mar 15, 2022 - Java
-
Updated
Feb 26, 2022 - PHP
Hiya, if a new post in a sub-reddit from my specified search parameter matches then it will trigger a mail notification to my email address.
so for example, I would like to be notified via mail whenever someone creates a post title having keyword xyz in a sub-reddit abc i.e., if new post from search title:'xyz' AND subreddit:'abc', then send me an email at john@gmail.com
-
Updated
Feb 16, 2022 - TypeScript
-
Updated
Dec 10, 2021 - JavaScript
Is your feature request related to a problem? Please describe.
I'm implementing a Go Worker that instead of sending a JobFailed command if something wrong happened, it will send a ThrowError command so it can be handle on the process side. To do that i'm implementing a JobHandler which t
-
Updated
Feb 7, 2022 - Python
-
Updated
Jul 30, 2020 - CSS
Improve this page
Add a description, image, and links to the workflow topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the workflow topic, visit your repo's landing page and select "manage topics."


Apache Airflow version
2.2.4 (latest released)
What happened
A DAG constructed with render_template_as_native_obj=True does not send an e-mail notification on task failure.
DAGs constructed without render_template_as_native_obj send e-mail notification as expected.
default_email_on_failure is set to True in airflow.cfg.
What you expected to happen
I expect DAGs to send an e-