workflow
Here are 3,188 public repositories matching this topic...
-
Updated
Nov 30, 2021 - TypeScript
-
Updated
Nov 30, 2021 - TypeScript
-
Updated
Nov 16, 2021 - Java
Summary
It is possible to access individual parameters, labels, or annotations from within a workflow via
workflow.parameters.<NAME>,workflow.labels.<NAME>,- and
workflow.annotations.<NAME>respectively.
It is also possible to get all parameters as a JSON string:
workflow.parameters
It would be great if also labels and annotations could be exposed that way:
-
Updated
Nov 25, 2021 - JavaScript
Description
It is not an actual bug but in the documentation here -> https://docs.prefect.io/orchestration/concepts/api.html#queries
flow_run actually needs to be flow_runs.
Otherwise it does not work for me.
Expected Behavior
Documentation should be updated.
Reproduction
-
Updated
Aug 8, 2021 - JavaScript
-
Updated
Jun 13, 2021 - Go
-
Updated
Nov 14, 2021
-
Updated
Aug 16, 2021 - JavaScript
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
Nov 13, 2021 - C#
-
Updated
Nov 2, 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
Nov 25, 2021 - JavaScript
-
Updated
Aug 29, 2021 - Python
-
Updated
Oct 5, 2021 - PHP
-
Updated
Nov 29, 2021 - TypeScript
-
Updated
Nov 29, 2021 - Java
-
Updated
Aug 27, 2021 - TypeScript
-
Updated
Sep 30, 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
Nov 26, 2021 - Python
I'm trying to replace the background diagram-maker canvas svg, with custom small circular nodes. So, probably this lead to more than 5000 number of circular nodes.
This is causing Performance Issues. Any suggestions, how to optimize this usecase?
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
The goal is to refactor the code so that we can remove this TODO
https://github.com/apache/airflow/blob/7640ba4e8ee239d6e2bbf950d53d624b9df93059/airflow/providers/amazon/aws/hooks/emr_containers.py#L174-L176
More information about the concerns can be found on apache/airflow#16766 (comment)
Committer