workflow
Here are 3,303 public repositories matching this topic...
-
Updated
Feb 1, 2022 - TypeScript
-
Updated
Jan 31, 2022 - TypeScript
-
Updated
Dec 12, 2021 - Java
Both successful workflows and stopped workflows are generating similar kind of events with 'reason' as 'WorkflowSucceeded'. There is no way to differentiate successful vs stopped events to trigger different down streams based on the status.
What change needs making?
Would like to see reason as 'workflowStopped' for stopped workflows.
Use Cases
We are using [Argo events](https://argoproj
-
Updated
Jan 26, 2022 - 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
Jan 2, 2022 - Go
-
Updated
Nov 14, 2021
Summary
In dagster/js_modules/dagit/packages/core/src/pipelines/SidebarOpContainer.tsx there is an error message "Could not load solids". We should rewrite for an op/SDA world.
Reproduction
Dagit UI/UX Issue Screenshots
-
Updated
Dec 31, 2021 - JavaScript
-
Updated
Jan 8, 2022 - C#
-
Updated
Jan 27, 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.
-
Updated
Jan 16, 2022 - JavaScript
-
Updated
Dec 28, 2021 - Python
-
Updated
Jan 31, 2022 - TypeScript
-
Updated
Jan 22, 2022 - PHP
-
Updated
Jan 31, 2022 - Java
-
Updated
Jan 31, 2022 - TypeScript
-
Updated
Dec 10, 2021 - JavaScript
Describe the bug
The attached BPMN model produces a deployment error without saying what the real issue is.
zbctl output
Error: rpc error: code = InvalidArgument desc = Command 'CREATE' rejected with code 'INVALID_ARGUMENT': Expected to deploy new resources, but encountered the following errors:
'2 - Vacation Request Part
-
Updated
Jul 30, 2020 - CSS
-
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."
Description
I am using Airflow to move data periodically to our datalake and noticed that the MySQLToS3Operator has tempalted fields and the DynamoDBToS3Operator doesn't. I found a semi awkward workaround but thought templated fields would be nice.
I supposed an implementation could be as simple as adding
template_fields = (
's3_bucket',
's3_key',
)
to the Operator