workflow
Here are 2,351 public repositories matching this topic...
Build, distribute and collaborate on components.
-
Updated
Sep 5, 2020 - TypeScript
Free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services.
-
Updated
Sep 6, 2020 - TypeScript
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Jul 31, 2020 - JavaScript
Summary
Add --selector and other useful flags to argo {stop,terminate,resume,etc.}
Use Cases
You can list certain workflows with argo list --selector ..., you should be able to stop the same list of workflows
Message from the maintainers:
Impacted by this bug? Give it
Current behavior
Inspired by: https://prefect-community.slack.com/archives/CL09KU1K7/p1599160102266700
The S3 tasks in the task library currently don't compress/uncompress data for you. It would be a lot cooler if they did.
Proposed behavior
Add a `compre
A flexible event/agent & automation system with lots of bees
-
Updated
Aug 26, 2020 - Go
A blazing fast js bundler/loader with a comprehensive API
-
Updated
Aug 31, 2020 - JavaScript
A curated list of awesome pipeline toolkits inspired by Awesome Sysadmin
-
Updated
Sep 2, 2020
Docker Apache Airflow
-
Updated
Aug 28, 2020 - Shell
Lightweight workflow engine for .NET Standard
-
Updated
Sep 2, 2020 - C#
Git-based version control for WordPress. Whoa!
-
Updated
Sep 4, 2020 - PHP
An easy and fast way to build automation and workflows on Windows, Linux, macOS, and the cloud.
-
Updated
Jul 2, 2020 - C#
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
Full-featured library for writing Alfred 3 & 4 workflows
-
Updated
Aug 20, 2020 - Python
A web developer workflow used by WeChat team based on Gulp, with cross-platform supported and solutions prepared.
-
Updated
Jul 30, 2020 - CSS
From slack:
"Hi dagster team!
We are using dagster in our production pipeline. Our pipelines have different yaml files depending on the environment (e.g. staging, production). Currently we are facing a problem when changing our yaml files for the run config. It already happened some times that our yaml files aren’t valid, but we only discovered it when the pipeline was executed in production.
A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.
-
Updated
Aug 31, 2020 - JavaScript
Reusable workflow library for Django
-
Updated
Sep 4, 2020 - Python
Powerful distributed job scheduling middleware that supports CRON, API, fixed frequency, fixed delay and other scheduling strategies, provides workflow to choreograph jobs to resolve dependencies, supports distributed computing of tasks, simple to use, powerful, well-documented, welcome you to use!
-
Updated
Sep 5, 2020 - Java
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
Create Alfred workflows with ease
-
Updated
Aug 23, 2020 - JavaScript
Tools for managing DNS across multiple providers
-
Updated
Sep 3, 2020 - Python
An efficient front-end framework for developers building UI on the web.
-
Updated
Sep 4, 2020 - JavaScript
Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Spring, Spring Boot, CDI.
-
Updated
Sep 5, 2020 - Java
An advanced & extensively documented Gulp WordPress workflow. Kick start a build-workflow for your WordPress plugins and themes with Gulp.
-
Updated
Jan 18, 2020 - JavaScript
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."


We use PyDocStyle in pre-commit to enforce docstring style: https://github.com/apache/airflow/blob/079d7b59464921f7fd7d615b6c74195a9c2f831f/.pre-commit-config.yaml#L195-L203
We follow pep257 style (http://www.pydocstyle.org/en/stable/error_codes.html) for checks.
Currently, we ignore the following rules:
D100,D102,D104,D105,D107,D200,D202,D204,D205,D