rerun-workflow
Rerun a workflow from an existing session, using its placeholder values and starting from a specified component.
Instructions
A command for rerunning a workflow from an existing session
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | The session ID that this workflow is running from. Will also use all the placeholder values from this session | |
| workflowId | Yes | The ID of the workflow to rerun | |
| componentId | Yes | UUID identifier of the component to start running from Example: 3fa85f64-5717-4562-b3fc-2c960000afa6 | |
| projectVersion | No | Workflow version to run. It could be a integer version or 'DRAFT' or 'PUBLISHED'. If DRAFT OR PUBLISHED, will run latest version of the project with the respective status |