Create a Workflow using OpenAPI
Create a workflow using OpenAPI
Select the application from the left-hand menu. Click on the Application folder, and then choose "Workflows." Inside the Workflows section, click on Add a Workflow to create a workflow for your application.

A create new workflow dialog will appear.

Select OpenAPI.
Step 1: Upload Specification
In the "Upload Specification" section,
Method 1: Click or drag your OpenAPI specification file (in JSON or YAML format) into the provided area.

Method 2: Paste the API link as shown below:

Once the specification is uploaded, the system will parse and display available endpoints.
Click Next.
Step 2: Choose Endpoints
Select the desired endpoints that you want to include in your workflow.
Click Create.

The system will process the selected endpoints and generate a new workflow based on the provided OpenAPI specification.
On the workflow creation page, edit the following details:
Name your workflow to clearly identify its purpose or function within the application.
Add the description for the workflow.

To add activities for the workflow:
Navigate to the "Activities" section on the left side of the page. You will find a list of components categorized by functionality.

Drag and drop activities onto the canvas to design the sequence of actions.

Configure each component by defining parameters, inputs, and outputs as needed.

Workflow Editor Tools

You can use these options to adjust the workflow.
Pointer: This option allows you to access additional options about a selected node.
Hand: Click and drag with the hand tool to navigate through the workflow, especially if the entire workflow is larger than the visible area.
Connector - Use the connector tool to create connections or lines between nodes.
Color - This option allows you to change the color of connectors, or other elements in your workflow.
Click Save to store the workflow configuration.
Last updated