workflow
Here are 2,851 public repositories matching this topic...
-
Updated
Apr 28, 2021 - TypeScript
-
Updated
Apr 28, 2021 - TypeScript
-
Updated
Apr 28, 2021 - TypeScript
-
Updated
Apr 11, 2021 - Java
-
Updated
Apr 16, 2021 - JavaScript
Summary
This is minor, but also really annoying when trying to run a bunch of workflows from the UI.
- Go to /workflows
- Click 'Submit new workflow'
- Click in the 'select a workflow template' text area
- Start typing
Issue: Your typing isn't refining the search.
I have to click again in the text dropdown for my typing to be effective.
Diagnostics
What Kubernetes
-
Updated
Feb 17, 2021 - JavaScript
Current behavior
Right now, the connection string to Azure can be passed as a string at initialization or read AZURE_STORAGE_CONNECTION_STRING from the environment.
The connection string property is not serialized with the storage object. The only way to get this to work is to have AZURE_STORAGE_CONNECTION_STRING available when the flow is retrieved from storage. For most agent types, t
-
Updated
Jan 28, 2021 - Go
-
Updated
Mar 20, 2021 - JavaScript
-
Updated
Apr 22, 2021
Use Case
just like we now do for solid
i.e. make these two equivalent:
@pipeline(description="""
abc
123
""")
def my_pipeline():
...
@pipeline
def my_pipeline():
"""
abc
123
"""
...
Ideas of Implementation
Additiona
-
Updated
Mar 16, 2021 - Shell
-
Updated
Apr 26, 2021 - C#
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
Apr 19, 2021 - PHP
-
Updated
Apr 6, 2021 - Python
-
Updated
Apr 6, 2021 - JavaScript
-
Updated
Jul 30, 2020 - CSS
-
Updated
Apr 23, 2021 - Python
-
Updated
Apr 13, 2021 - JavaScript
-
Updated
Apr 28, 2021 - Java
Is your feature request related to a problem? Please describe.
I'd like to have scrollbars that I can use. It would help me with visual orientation on the workspace.
I'd like to be able to scroll with the mouse wheel, instead of zooming in / out.
Describe the solution you'd like
A configuration option to enable scrollbars.
A configuration option to set the behaviour of the mouse whe
-
Updated
Apr 26, 2021 - Go
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."
As discussed in apache/airflow#15534 (comment), we could possibly rewrite Beam Hook to remove the need of storing state in it.