workflow
Here are 3,230 public repositories matching this topic...
-
Updated
Dec 23, 2021 - TypeScript
-
Updated
Dec 23, 2021 - TypeScript
-
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 20, 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
-
Updated
Dec 13, 2021 - Go
-
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
-
Updated
Aug 16, 2021 - JavaScript
-
Updated
Dec 20, 2021 - C#
-
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.
-
Updated
Dec 22, 2021 - JavaScript
-
Updated
Aug 29, 2021 - Python
-
Updated
Dec 23, 2021 - TypeScript
-
Updated
Oct 5, 2021 - PHP
-
Updated
Dec 23, 2021 - Java
-
Updated
Nov 30, 2021 - TypeScript
-
Updated
Dec 10, 2021 - JavaScript
-
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> [flag
-
Updated
Dec 10, 2021 - Python
-
Updated
Dec 21, 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