workflow
Here are 2,420 public repositories matching this topic...
Build, distribute and collaborate on components.
-
Updated
Oct 5, 2020 - TypeScript
Free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services.
-
Updated
Oct 5, 2020 - TypeScript
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
Jul 31, 2020 - JavaScript
Summary
What happened/what you expected to happen?
After starting k3d cluster locally, if I run make start I get an error
➜ argo git:(learning) ✗ make start
# GIT_TAG=v2.10.0-rc1, GIT_BRANCH=learning, GIT_TREE_STATE=dirty, VERSION=latest, DEV_IMAGE=true, K3D=true
killall argo workflow-controller kubectl || true
No matching processes belonging to you were found
k3d start
Err
AWS Batch Task
Created by Dylan Hughes via monday.com integration.
A flexible event/agent & automation system with lots of bees
-
Updated
Oct 5, 2020 - Go
A blazing fast js bundler/loader with a comprehensive API
-
Updated
Oct 2, 2020 - JavaScript
A curated list of awesome pipeline toolkits inspired by Awesome Sysadmin
-
Updated
Sep 2, 2020
Docker Apache Airflow
-
Updated
Sep 25, 2020 - Shell
Lightweight workflow engine for .NET Standard
-
Updated
Oct 5, 2020 - C#
Git-based version control for WordPress. Whoa!
-
Updated
Sep 28, 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
Oct 1, 2020 - Python
Problem to solve
The dagit CLI allows command options to be set via environment variables using the DAGIT prefix, implemented with Click's auto_envvar_prefix feature. I would like to be able to do the same with the dagster CLI.
Intended users
- DevOps Engineer
A web developer workflow used by WeChat team based on Gulp, with cross-platform supported and solutions prepared.
-
Updated
Jul 30, 2020 - CSS
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
Oct 3, 2020 - Java
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
Oct 5, 2020 - JavaScript
Reusable workflow library for Django
-
Updated
Sep 25, 2020 - Python
Create Alfred workflows with ease
-
Updated
Sep 11, 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
Tools for managing DNS across multiple providers
-
Updated
Oct 1, 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
Oct 5, 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."


Apache Airflow version: 1.10.*
BackPort Packages version: 2020.10.5rc1
What happened:
BigQueryInsertJobOperatortries to start a BigQuery job by specifying a job_id which is a combination ofdag_id,task_id,execution_dateand an additionaluniqueness_suffix.https://github.com/apache/airflow/blob/master/airflow/providers/google/cloud/operators/bigquery.py#L2072