Design an Integration to Call a Workflow
To use a human in the loop workflow with Agentic AI, you must create an integration that calls the workflow.
Prerequisites:
- Create a project. See Create or Import a Project in Using Integrations in Oracle Integration 3.
- Create a human in the loop workflow. There must be at least one user task in the workflow with an associated form and a user assigned to the task. The workflow and form must be in Active state. For details, see the following:
- Create a REST trigger connection with the REST adapter.
The REST connection must be configured with the Trigger role and use OAuth 2.0 Or Basic Authentication as the security policy. See Create a Connection in Using the REST Adapter with Oracle Integration 3.
Before you create the integration, keep in mind the following:
- The integration must be of asynchronous type, that is, the integration's endpoint does not receive a response.
- The integration must always start with a REST trigger connection.
- The REST trigger connection must be configured with the following:
- POST verb
- JSON request payload
Design an Integration to Call a Workflow