Tuesday, July 26, 2022

Invoke OIC Integration from Process application | Process Cloud Service

Usecase: We will do the following:

  • Create an OIC appdriven orchestrated rest trigger integration
  • Add this integration in the process
  • Call this integration from the exisiting LeaveRequestProcess where it will feed the Task outcome and other leave details to that Integration.
  • Test it from SOAP UI as web service.

Steps with screenshots:

Create an Integration








From the process >> Integrations, we will add the created integration.





Drag and drop that added integration to process flow after user task



Associate the user task outcome to Integration.




Test it from Soap ui.


Approve or reject the leave task from My Tasks section.


Open Monitoring >> Integration


See we have received the outcome as approved from the user task.


If you want to know how to expose a process as as webservice and test it from soap ui, follow my below blog:

https://soalicious.blogspot.com/2022/07/expose-process-application-as-web.html

Create process application with web form | Process with multiple start element | Process Cloud Service

Usecase: Here, we will add start web form in the existing LeaveRequestProcessas multi start element and test in "Try in Test Mode".

Steps with screenshots:

Processess >> Process Applications >> your application >> Select the existing process





Select the Form start from the events.



Connect the form start with the user task.



Open properties


Create the web form






Associate the data from web form to user task


Do the mappings and Save.


Publish 



Activate 








Test >> Try in Test Mode



Testing mode >> off and select your web form


Provide form data and test.



My Tasks >> select the task


Approve or Reject






Featured Post

11g to 12c OSB projects migration points

1. Export 11g OSB code and import in 12c Jdeveloper. Steps to import OSB project in Jdeveloper:   File⇾Import⇾Service Bus Resources⇾ Se...