list_workflow_tasks
Retrieve predefined workflow tasks with input-output specifications to configure compliance automation workflows and external integrations.
Instructions
Retrieve available workflow tasks.
Tasks are predefined operations that can be executed in workflow nodes. They typically handle external integrations, notifications, or complex operations. Tasks have inputs and outputs that can be mapped to other workflow components.
Returns: - tasks (List[WorkflowTaskVO]): List of available workflow tasks with input/output specifications - id (str) - name (str) - displayable (str) - description (str) - inputs: [List[WorkflowTaskInputsVO]] - outputs: [List[WorkflowTaskOutputsVO]]
- error (Optional[str]): An error message if any issues occurred during retrieval. Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | No | ||
| error | No |