Callable flows in workflows enable modular, reusable integration logic that simplifies
complex processes and enhances maintainability across environments.
Before you begin
Make sure that the callable flows you want to add in the workflows are available. If not,
add them. For more information, see Adding callable flows.
Procedure
- In the Projects page, select a project in which you want to create
workflow.
The Workflow page is displayed.
- Click Add and click Create new
workflow.
The workflow canvas is displayed with just the
Start and Stop actions.
- Click the Edit icon before Untitled
Workflow to rename the workflow.
The Edit Workflow
Name dialog is displayed.
- Enter the name of the workflow in the Workflow Name
field.
- Click Done.
The workflow canvas is
displayed.
- In the Connectors panel, go to
.
All callable flows added to this project are listed.
Note: If you do not find the
callable flow, you can add them by clicking Add.
- Drag-and-drop the callable flow that you want to use on to the canvas.
The callable flow automatically gets connected to the
Start
action.
Note: If the workflow has any other actions, then the callable flow automatically gets
connected to the nearest action.
- Hover on the callable flow and click the Settings icon.
The Settings dialog is displayed.
- Optional: Enter a name for the callable flow in the
Name field and click Next.
The
Incoming Data and Action Configure page is displayed.
- In the Action configure section, provide the action details.
The latest callable flow definitions are retrieved from App Connect directly. If the same
callable flow is available across multiple app connect runtimes, then your integration might not
work as expected. Make sure either the issues are fixed or the callable flows are standardized to
the same version to avoid conflicts.
- Map the incoming data with the actions.
- Click Next.
The Test this
action page is displayed.
- Click Test.
- If the output is as expected, click Done.
Otherwise,
you can return to the previous page to correct the actions and retest until you achieve the wanted
output.
The workflow canvas is displayed.
- Connect this callable flow to the next action or Stop
action.
Make sure that the last action in your workflow is
Stop.
- Save and run the workflow.
Results
You created a workflow by using callable flows.