Workflow processing
When your Integration gateway endpoint requires additional processing and the built-in processors do not suffice, you can bind a workflow to the endpoint to handle requests.
To bind a workflow to an Integration gateway route, you firstly need to properly configure the workflow, and then bind it to the route’s workflow processor.
Workflow configuration
If you wish for a workflow to be executable by the Integration gateway, the workflow must define a proper trigger.
-
Create a new workflow or edit an existent workflow. Refer to the workflow documentation for details.
-
Assure that the workflow in question defines a trigger with the resource of
System
and an event ofonManual
.
DevNote add some examples. |
Integration gateway route configuration
-
Create a new Integration gateway endpoint or edit an existing endpoint. Refer to the Integration gateway documentation for details.
-
Add a workflow processor to the endpoint.
-
Select the workflow you wish to bind from the dropdown in the modal window.
-
Confirm the selection and press on the save button to update the endpoint.
DevNote add some examples. |