workflow
Here are 3,566 public repositories matching this topic...
Free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services.
-
Updated
Jul 7, 2022 - TypeScript
State machines and statecharts for the modern web.
-
Updated
Jul 7, 2022 - TypeScript
A UiAutomator on android, does not need root access(安卓平台上的JavaScript自动化工具)
-
Updated
Mar 22, 2022 - Java
PodPriority should be deprecated from workflow spec since Kubernetes uses PodPriorityClass to indicate the importance and priority of a pod relative to others.
https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
-
Updated
Jul 4, 2022 - JavaScript
Hello!
I've found an issue here:[Bitbucket Storage](https://docs.prefect.io/api/latest/storage.html#github) is a storage option that uploads flows to a Bitbucket repository as .py files.
Page reference: https://docs.prefect.io/orchestration/flow_config/storage.html#bitbucket
First, the link is incorrect. Second, should the line read more like Github where it references the repository
-
Updated
Mar 27, 2022 - JavaScript
A flexible event/agent & automation system with lots of bees
-
Updated
Jun 28, 2022 - Go
A curated list of awesome pipeline toolkits inspired by Awesome Sysadmin
-
Updated
Jul 1, 2022
A browser extension for automating your browser by connecting blocks
-
Updated
Jul 7, 2022 - Vue
如题
A blazing fast js bundler/loader with a comprehensive API
-
Updated
Mar 22, 2022 - JavaScript
Lightweight workflow engine for .NET Standard
-
Updated
Jul 5, 2022 - C#
We can get the response, but that API call only returns metadata, the /details endpoint that returns actual answer data is not available.
Docker Apache Airflow
-
Updated
Jun 22, 2022 - Shell
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.
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
Feb 26, 2022 - JavaScript
Automatically deploy your project to GitHub Pages using GitHub Actions. This action can be configured to push your production-ready code into any branch you'd like.
-
Updated
Jul 7, 2022 - TypeScript
Full-featured library for writing Alfred 3 & 4 workflows
-
Updated
May 22, 2022 - Python
Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Spring, Spring Boot, CDI.
-
Updated
Jul 7, 2022 - Java
Kestra is an infinitely scalable orchestration and scheduling platform, creating, running, scheduling, and monitoring millions of complex pipelines.
-
Updated
Jul 7, 2022 - Java
I got a user who asked me if their pipeline.yaml looked well and I noticed they had something like this:
tasks:
# ... a bunch of tasks
- source: fit.py
product:
nb: path/to/report.html
data: path/to/data.csv
data1: path/to/data.csv
data2: path/to/data.csvThe user was confused and thought that the naming should be name, name1
Git-based version control for WordPress. Whoa!
-
Updated
Jul 6, 2022 - PHP
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.2.5
What happened
We added new DAG tags to a couple of our DAGs. In the case when the tag was longer than the 100 character limit the DAG was not showing in the UI and wasn't scheduled. It was however possible to reach it by typing in the URL to the DAG.
Usually when DAGs are broken there will be an error message in the UI, but this problem did not render