workflow
Here are 2,644 public repositories matching this topic...
-
Updated
Feb 1, 2021 - TypeScript
-
Updated
Feb 1, 2021 - TypeScript
-
Updated
Feb 1, 2021 - TypeScript
-
Updated
Feb 1, 2021 - JavaScript
Summary
Consider the following workflow:
apiVersion: argoproj.io/v1alpha1
kind: Workflow
metadata:
generateName: changing-conditional-
spec:
entrypoint: plan
templates:
- name: plan
steps:
- - name: set-global-parameter
template: global-parameter-setting
arguments:
parameters:
- name: setting
value: true
-
Updated
Jul 31, 2020 - JavaScript
Current behavior
All ShellTask logs are logged at DEBUG level, preventing showing the command output in the UI logs unless the agent's logging threshold is set to DEBUG. But this is undesired for production workloads, as this applies to all log messages
streaming logging for the ShellTask was introduced in #3584
Proposed behavior
change existing stream_logs parameter to `U
-
Updated
Jan 28, 2021 - Go
-
Updated
Jan 18, 2021 - JavaScript
-
Updated
Jan 23, 2021
-
Updated
Jan 11, 2021 - Shell
-
Updated
Jan 29, 2021 - C#
Use Case
Right now users have no way to launch a pipeline run directly via the Python API (other than using the undocumented execute_launch_command function in the CLI module). We should add a blessed, documented way to launch a run via a Python function call. akin to execute_pipeline. This should be pretty straightforward, the only thing that's not 100% clear is what object we should use to i
-
Updated
Dec 24, 2020 - 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
Dec 14, 2020 - PHP
-
Updated
Dec 28, 2020 - Python
-
Updated
Jan 29, 2021 - JavaScript
-
Updated
Jul 30, 2020 - CSS
-
Updated
Jan 19, 2021 - Python
-
Updated
Jan 23, 2021 - JavaScript
-
Updated
Jan 31, 2021 - Python
Had the branch ancestry:
branch-1
branch-2-bug-fix
branch-3
All three branches had an open PR. branch-2-bug-fix‘s PR was a duplicate of a fix that someone else had already put in and merged at the same time. I closed the PR on branch-2-bug-fix and ran git town kill on that branch.
I was expecting it to change the base branch of branch-3‘s PR but instead it closed it
-
Updated
Feb 1, 2021 - Java
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."
Hi there👋
I was playing with the TelegramOperator and stumbled upon a bug with the
textfield. It is supposed to be a template field but in reality the instance of the TelegramOperator does not have this attribute thus every time I try to execute code I get the error: