jamjet_run_workflow
Execute automated workflows in JamJet by providing workflow ID and input data to trigger and manage multi-step processes.
Instructions
Start a workflow execution
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Input data for the workflow | |
| tenant_id | No | Tenant ID (default: default) | |
| workflow_id | Yes | ID of the workflow to run | |
| workflow_version | No | Workflow version (default: 1.0.0) |