workflow
Here are 3,233 public repositories matching this topic...
Free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services.
-
Updated
Dec 25, 2021 - TypeScript
State machines and statecharts for the modern web.
-
Updated
Dec 24, 2021 - TypeScript
A UiAutomator on android, does not need root access(安卓平台上的JavaScript自动化工具)
-
Updated
Dec 12, 2021 - Java
Summary
If the basehref is set, the placeholder address of the workflow-event-bindings page should also be added synchronously
Similarly, the Swagger-API docs needs to be handled
-
Updated
Dec 24, 2021 - JavaScript
Current behavior
You get an error if you try to upload the same file name
azure.core.exceptions.ResourceExistsError: The specified blob already exists.
RequestId:5bef0cf1-b01e-002e-6
Proposed behavior
The task should take in an overwrite argument and pass it to [this line](https://github.com/PrefectHQ/prefect/blob/6cd24b023411980842fa77e6c0ca2ced47eeb83e/src/prefect/
-
Updated
Aug 8, 2021 - JavaScript
A flexible event/agent & automation system with lots of bees
-
Updated
Dec 13, 2021 - Go
A curated list of awesome pipeline toolkits inspired by Awesome Sysadmin
-
Updated
Nov 14, 2021
Summary
"This is pretty confusing: are the types here config types? the types of the resource? if the former, they don't seem right; if the latter, it's not helpful to have Any for essentially any meaningful resource -- we should either allow the user to give us a hint of what type the resource is, or cut this f
A blazing fast js bundler/loader with a comprehensive API
-
Updated
Aug 16, 2021 - JavaScript
Lightweight workflow engine for .NET Standard
-
Updated
Dec 20, 2021 - C#
Docker Apache Airflow
-
Updated
Nov 30, 2021 - 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
Dec 22, 2021 - JavaScript
Full-featured library for writing Alfred 3 & 4 workflows
-
Updated
Aug 29, 2021 - Python
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
Dec 24, 2021 - TypeScript
Git-based version control for WordPress. Whoa!
-
Updated
Oct 5, 2021 - PHP
Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Spring, Spring Boot, CDI.
-
Updated
Dec 23, 2021 - Java
The free Zapier/IFTTT alternative for developers to automate your workflows based on Github actions
-
Updated
Nov 30, 2021 - TypeScript
Create Alfred workflows with ease
-
Updated
Dec 10, 2021 - JavaScript
A web developer workflow used by WeChat team based on Gulp, with cross-platform supported and solutions prepared.
-
Updated
Jul 30, 2020 - CSS
Description
When using the zbctl to create a worker we are able to set some flags, like the timeout of the job activation, but it is not clear from the help what the unit is and how the parameter should look like.
[zell camunda-cloud/ ns:bece6b37-3b9c-4fd0-8e79-4990cd0d057d-zeebe]$ zbctl create worker
Error: accepts 1 arg(s), received 0
Usage:
zbctl create worker <type> [flagReusable workflow library for Django
-
Updated
Dec 10, 2021 - Python
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."



Body
As explained in apache/airflow#20428 (comment) we seem to have number (not big) of tests that use "has_calls" rather than "assert_has_calls".
What "has_calls" does is acually calling "has_calls" method on the mock :) . Which make them no-assertion tests:
:scre