Introduction
A workflow which is designed primarily to be initiated manually, can also be designed to be initiated via REST API call. The workflow can be designed in a way to:
- Get custom inputs
- Return custom response
Use cases
- Creating a primary workflow and calling sub-workflows from action node. For example, creating a service request after failure of an automation scenario. Here, creating a service request can be the sub-workflow, which is called from primary automation workflow.
- Use these workflows as utilities. For example, the user attaches a receipt on the form, and a utility workflow/micro-service parses the receipt to return details related to the receipt.
- Creating a workflow only for 'Autonomous Agent' (Orchestrator Layer) as a skill. For example, fetching JIRA ticket details for a specific ticket ID shared by the employee with the Virtual Assistant.
Updated about 1 month ago
