Skip to main content

Overview

You can start a workflow from a case task. Set the workflow on the task, then start it from the task UI. If the workflow has an Input schema, the dialog asks for inputs. Otherwise, Tracecat shows generated case inputs. Task trigger

Trigger payload

Task trigger data is available under ${{ TRIGGER }}. Fields:
  • ${{ TRIGGER.case_id }}: case ID.
  • ${{ TRIGGER.task_id }}: task ID.
Example payload:
{
  "case_id": "case_01abc",
  "task_id": "task_01abc"
}