workflow_resume_workflow
Resumes a paused workflow execution, allowing it to continue from the point it was paused using a specified workflow ID.
Instructions
Resumes a paused workflow execution. The workflow will continue from where it was paused.
Args: workflow_id: The uuid representing the execution of the workflow to resume
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |