start_workflow
Starts a new Temporal workflow execution by specifying workflow name, unique ID, task queue, and optional JSON arguments.
Instructions
Start a new Temporal workflow execution
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_name | Yes | The name of the workflow to start | |
| workflow_id | Yes | Unique identifier for the workflow execution | |
| task_queue | Yes | The task queue to use for this workflow | |
| args | No | Arguments to pass to the workflow (as JSON object) |