Returns workflow actions from Automate for a folder, using the
WORKFLOW action category.
This operation is performed by calling function getAutomateWorkflowsV2026R0.
See the endpoint docs at API Reference.
try await adminClient.automateWorkflows.getAutomateWorkflowsV2026R0(queryParams: GetAutomateWorkflowsV2026R0QueryParams(folderId: workflowFolderId))
- queryParams
GetAutomateWorkflowsV2026R0QueryParams- Query parameters of getAutomateWorkflowsV2026R0 method
- headers
GetAutomateWorkflowsV2026R0Headers- Headers of getAutomateWorkflowsV2026R0 method
This function returns a value of type AutomateWorkflowsV2026R0.
Returns workflow actions that can be manually started.
Starts an Automate workflow manually by using a workflow action ID and file IDs.
This operation is performed by calling function createAutomateWorkflowStartV2026R0.
See the endpoint docs at API Reference.
try await adminClient.automateWorkflows.createAutomateWorkflowStartV2026R0(workflowId: workflowAction.workflow.id, requestBody: AutomateWorkflowStartRequestV2026R0(workflowActionId: workflowAction.id, fileIds: [workflowFileId]))
- workflowId
String- The ID of the workflow. Example: "12345"
- requestBody
AutomateWorkflowStartRequestV2026R0- Request body of createAutomateWorkflowStartV2026R0 method
- headers
CreateAutomateWorkflowStartV2026R0Headers- Headers of createAutomateWorkflowStartV2026R0 method
This function returns a value of type ``.
Starts the workflow.