trigger_workflow
Trigger compliance workflows by configuration ID to execute remediation actions, run audits, or collect evidence. Provide event triggers and required inputs to automate Governance, Risk, and Compliance processes.
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 |