Quick Start
Learn how to quickly create a simple workflow.
On this page, you'll discover how to create a basic workflow. Refer to the Build a Workflow page to learn how to create a workflow using an example. Refer to the Test Workflow page to learn how to test workflows from the Bureau Dashboard and using Postman.
Follow the below steps to build a workflow:
- Log in to the Bureau Dashboard.
- Click Workflows on the left navigation menu.
- Click + Create Workflow.
- Select the purpose you are creating the workflow and click Create Workflow. The list of capabilities available to you to build the workflow depends on the purpose you select.
- Drag the capabilities you want to add to the workflow from the Select a Capability window and drop them in the workflow builder area. Ensure you drag and drop the capabilities to the workflow builder area in the order you want them to the executed.
- Click a capability and define how inputs required by the capability should be passed to it. Inputs can either be a user input value or an output value from a previous capability. Ensure you do this for all capabilities in the workflow.
- Click Add conditional branching in the workflow builder area to add an If Else conditional operation to your workflow. Define the If Else condition as required.
- Click End Workflow and define the accept and reject conditions for the workflow and click Save Settings. You can define the accept and reject conditions at the capability level and workflow level, as per your needs.
- Click Publish. The workflow is published and is ready to be used.
- Click Integrate to get the cURL for the workflow.
- Integrate the cURL in your application to use the workflow.
Updated 3 days ago
What’s Next