Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tracecat.com/llms.txt

Use this file to discover all available pages before exploring further.

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"
}