list_workflow_functions
Retrieve active workflow functions with input and output specifications to configure automation nodes in compliance workflows.
Instructions
Retrieve available workflow functions (activities).
Functions are the core actions that can be performed in workflow nodes. They take inputs and produce outputs that can be used by subsequent nodes. Only active functions are returned.
Returns: - activities (List[WorkflowActivityVO]): List of active workflow functions with input/output specifications - id: Optional[str] = "" - categoryId (str) - desc (str) - displayable Optional[str] = "" - name (str) - inputs [List[WorkflowInputsVO]] - outputs [List[WorkflowOutputsVO]] - status (str)
- 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 |
|---|---|---|---|
| activities | No | ||
| error | No |