Skip to main content
Version: 4.0.5

workflow run Command

The workflow run command runs a workflow.

Usage

workflow run <id>

Parameters

ParameterDescriptionRequired?Default Value
idWorkflow identifier✔️

Examples

Run a workflow directly without waiting for its triggers
> workflows run collect_and_cleanup
Workflow collect_and_cleanup started with id b84257ac-ba30-11ec-abdf-dad780437c54.

Further Reading