workflow
Here are 2,672 public repositories matching this topic...
-
Updated
Feb 12, 2021 - TypeScript
-
Updated
Feb 13, 2021 - TypeScript
-
Updated
Feb 13, 2021 - TypeScript
-
Updated
Feb 11, 2021 - JavaScript
Summary
Consider the following workflow:
apiVersion: argoproj.io/v1alpha1
kind: Workflow
metadata:
generateName: changing-conditional-
spec:
entrypoint: plan
templates:
- name: plan
steps:
- - name: set-global-parameter
template: global-parameter-setting
arguments:
parameters:
- name: setting
value: true
-
Updated
Jul 31, 2020 - JavaScript
Description
I have setup a custom, remote prefect server.
However, when registering a flow, only localhost is displayed in the Flow URL :
$ prefect register flow --file ./myflow.py -p sandbox
Result check: OK
Flow URL: http://localhost:8080/default/flow/9235a237-f6bc-41c7-89bc-132db233b49e
└── ID: a09a47b0-1292-412f-bd70-89c8bf4dcf1e
-
Updated
Jan 28, 2021 - Go
-
Updated
Jan 18, 2021 - JavaScript
-
Updated
Feb 3, 2021
-
Updated
Feb 12, 2021 - Shell
-
Updated
Feb 9, 2021 - C#
Summary
croniter is choking on some cron_schedules when calculating future ticks. We should either sanitize or throw an error at definition time, pointing at the specific schedule definition.
Reproduction
Dagit UI/UX Issue Screenshot
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 29, 2021 - JavaScript
-
Updated
Jul 30, 2020 - CSS
-
Updated
Feb 12, 2021 - Python
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Feb 12, 2021 - Python
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
Feb 12, 2021 - Java
-
Updated
Feb 3, 2021 - TypeScript
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."


Update https://airflow.apache.org/docs/apache-airflow/stable/best-practices.html#variables to use Secret Backend (especially Environment Variables) as it asks user not to use Variable in top level