workflow
Here are 2,628 public repositories matching this topic...
-
Updated
Jan 19, 2021 - TypeScript
-
Updated
Jan 19, 2021 - TypeScript
-
Updated
Jan 19, 2021 - TypeScript
-
Updated
Dec 27, 2020 - JavaScript
Summary
Like argoproj/argo-cd#4380, we may want to put external links to workflow templates and workflow execution results from UI as well.
Use Cases
- Check the specifications for workflow.
- Check logs and performance of workflow execution results
**Mess
-
Updated
Jul 31, 2020 - JavaScript
Current behavior
All ShellTask logs are logged at DEBUG level, preventing showing the command output in the UI logs unless the agent's logging threshold is set to DEBUG. But this is undesired for production workloads, as this applies to all log messages
streaming logging for the ShellTask was introduced in #3584
Proposed behavior
change existing stream_logs parameter to `U
-
Updated
Jan 18, 2021 - Go
-
Updated
Jan 18, 2021 - JavaScript
-
Updated
Jan 18, 2021
-
Updated
Jan 11, 2021 - Shell
-
Updated
Jan 16, 2021 - C#
Summary
It's not obvious that users can tag solids and pipelines. We should at least update this example to mention solid level tags or include a solid tag example
Reproduction
Dagit UI/UX Issue Screenshots
Additional Info about You
-
Updated
Dec 24, 2020 - C#
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
Dec 14, 2020 - PHP
-
Updated
Dec 28, 2020 - Python
-
Updated
Jan 12, 2021 - JavaScript
-
Updated
Jul 30, 2020 - CSS
-
Updated
Jan 19, 2021 - Python
-
Updated
Jan 6, 2021 - JavaScript
Had the branch ancestry:
branch-1
branch-2-bug-fix
branch-3
All three branches had an open PR. branch-2-bug-fix‘s PR was a duplicate of a fix that someone else had already put in and merged at the same time. I closed the PR on branch-2-bug-fix and ran git town kill on that branch.
I was expecting it to change the base branch of branch-3‘s PR but instead it closed it
-
Updated
Jan 13, 2021 - Python
-
Updated
Jan 19, 2021 - Java
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.0.0
Kubernetes version (if you are using kubernetes) (use
kubectl version):Not relevant
Environment:
Not relevant
What happened:
BranchPythonOperator performs xcom push by default since this is the behavior of PythonOperator.
However BaseBranchOperator doesn't do xcom push.
Note: It's impossible to push to xcom manually because the B