workflow
Here are 2,570 public repositories matching this topic...
-
Updated
Dec 13, 2020 - TypeScript
-
Updated
Dec 13, 2020 - TypeScript
-
Updated
Dec 14, 2020 - TypeScript
-
Updated
Dec 11, 2020 - JavaScript
Summary
Examples should validate by the JSON schema.
Schema or example is wrong. This example will be ignored in the validation test until fixed (see `examples/valida
-
Updated
Jul 31, 2020 - JavaScript
Current behavior
Slack, email and other notifications provide a standardized text and backend info.
Proposed behavior
Users can add custom texts to the notifications.
Example
Prefect
Failed
awesome-flow is now in a Failed state
Message
Some reference tasks failed.
Prefect notification
@colleague, please analyze possible root causes.
Ideas for Imp
-
Updated
Dec 13, 2020 - Go
-
Updated
Dec 12, 2020 - JavaScript
-
Updated
Oct 17, 2020
-
Updated
Dec 10, 2020 - Shell
-
Updated
Dec 13, 2020 - 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 12, 2020 - C#
-
Updated
Dec 11, 2020 - PHP
Issue
16 files has some sort of Sugar Pro references in code as comments.
Those should be removed
Steps to Reproduce
Try the search with BEGIN: pro
https://github.com/salesagility/SuiteCRM/search?q
-
Updated
Oct 20, 2020 - Python
-
Updated
Jul 30, 2020 - CSS
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Dec 12, 2020 - Python
-
Updated
Dec 2, 2020 - 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
Dec 12, 2020 - Python
-
Updated
Dec 11, 2020 - 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."


I often want to rerun dag with the same or slightly tweaked conf parameters. So I copy the conf JSON from this page and trigger the dag with it. Except... it's not actually JSON, because it uses single quotes instead of double quotes. This results in "invalid JSON configuration" error.