Skip to main content

workflows run Command

The workflows run command runs a workflow.

Usage

workflows run <id>

Parameters

ParameterDescriptionRequired?Default Value
idWorkflows identifier✔️N/A

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

Contact Us