Saturday, July 23, 2022

Create a message based process | Create an Integration that invokes a process I Process Cloud Service

Usecase: Here, we willl do the following:

  1. Create a message based leave approval process where we will create a web form to show the emp name, reason, fromdate and todate which the end user will verify and approve or reject.
  2. Create an integration to feed the the data to the process - LeaveRequestApplication.
  3. Assign roles to users for the created process.

Steps with screenshots:

Oracle Integration Navigation >> Processes >> Process Application >> Create





Provide application name


Create a structure process >> start when a message is received.


Select a pattern.

No comments:

Post a Comment

Featured Post

OIC - how can I use XSLT functions to remove leading zeros from numeric and alphanumeric fields?

To remove leading zeros from an numeric field in Oracle Integration Cloud (OIC) using XSLT, you can Use number() Function The number() funct...