get_workflow_jobs
Retrieve all jobs linked to a specific workflow using workflow_id for streamlined job management and tracking within Alteryx Server environments.
Instructions
Get all jobs associated with a workflow
Input Schema
Name | Required | Description | Default |
---|---|---|---|
workflow_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"workflow_id": {
"title": "Workflow Id",
"type": "string"
}
},
"required": [
"workflow_id"
],
"title": "get_workflow_jobsArguments",
"type": "object"
}