You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe what you would like to see in this project
Add a way to disable steps. This would be a value that if true, the step is disabled.
A disabled step should not have its schema run, and it should immediately resolve outputs.
Please describe your use case
This would allow the creation of a workflow that supports all desired features, with inputs that would allow disabling steps. For example, if you ran both steps A and B normally, but wanted to make step B optional, you could set step B's disabled field with a workflow input. If it's disabled, it doesn't bother running that step. It would be like having a workflow with that step removed from the YAML.
Inputs would logically use required_if to only be required if the steps they depend on are required.
The text was updated successfully, but these errors were encountered:
Please describe what you would like to see in this project
Add a way to disable steps. This would be a value that if true, the step is disabled.
A disabled step should not have its schema run, and it should immediately resolve outputs.
Please describe your use case
This would allow the creation of a workflow that supports all desired features, with inputs that would allow disabling steps. For example, if you ran both steps A and B normally, but wanted to make step B optional, you could set step B's disabled field with a workflow input. If it's disabled, it doesn't bother running that step. It would be like having a workflow with that step removed from the YAML.
Inputs would logically use required_if to only be required if the steps they depend on are required.
The text was updated successfully, but these errors were encountered: