trigger_workflow
Start a compliance workflow by providing a workflow config ID and event name; optionally add input payload and confirm execution.
Instructions
Trigger a workflow by the given workflow config id.
Args: - workflowConfigId: The workflow config id - event: Start event name. - inputs: Additional input payload for the event. IMPORTANT: Input values must be obtained from the user only - do not pass random/placeholder values. Each field requires meaningful user-provided values. - confirm: If False, shows a preview of required inputs and does not execute. If True, executes.
Returns: - JSON string containing execution acknowledgement or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowConfigId | Yes | ||
| event | Yes | ||
| inputs | No | ||
| confirm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |