Skip to content

feat: Orchestrator - Conditional execution#301

Open
Ark-kun wants to merge 1 commit into
masterfrom
feat--Orchestrator---Conditional-execution
Open

feat: Orchestrator - Conditional execution#301
Ark-kun wants to merge 1 commit into
masterfrom
feat--Orchestrator---Conditional-execution

Conversation

@Ark-kun

@Ark-kun Ark-kun commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Usage:
Unconditionally disabling a task:

my_task1:
  isEnabled: "false"

Conditionally disabling a task:

my_task2:
  isEnabled: {taskOutput: {name: task1, outputName: output1}}

Usage:
Unconditionally disabling a task:
```yaml
my_task1:
  isEnabled: "false"
```
Conditionally disabling a task:
```yaml
my_task2:
  isEnabled: {taskOutput: {name: task1, outputName: output1}}
```
@Ark-kun Ark-kun self-assigned this Jul 23, 2026
if isinstance(is_enabled_argument, (bool, str)):
# Do not create an ArtifactNode for a constant value
is_enabled_artifact_node = None
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant