WorkflowActionConfig
Config for workflow trigger actions.
workflow_id references a registered workflow in the connected workflow engine. input_mapping maps workflow input parameter names to decision fields: key — workflow engine input name value — source field from the decision payload (e.g. 'entity', 'value') When empty, the executor forwards the full decision payload as-is.
typeType (string)required
Constant value:
workflowworkflow_idWorkflow Id (string)required
input_mapping object
property name*string
WorkflowActionConfig
{
"type": "workflow",
"workflow_id": "string",
"input_mapping": {}
}