Register Web Service for Cancel Action Plan
You must register web service for canceling action plan.
Following are the steps:
-
Create new web service named InvokeCancelTask.
-
Enter the Processes for Oracle Integration URL in the format: https://<OIC Service URL>/ic/api/process/v1/tasks/##taskId##
-
For authentication schema, select Call with basic authentication.
-
For Credential Key, select the key value created in the previous step.
-
Select the PUT method to expose.
-
For Request Payload, provide the following code sample:
{ "action":{"id":"SUBMIT","type":"SYSTEM"}}
-
Put in {} as sample code for Response Payload.
-
Click Save and Close.