Register Web Service for Cancel Action Plan

You must register web service for canceling action plan.

Following are the steps:

  1. Create new web service named InvokeCancelTask.

  2. Enter the Processes for Oracle Integration URL in the format: https://<OIC Service URL>/ic/api/process/v1/tasks/##taskId##

  3. For authentication schema, select Call with basic authentication.

  4. For Credential Key, select the key value created in the previous step.

  5. Select the PUT method to expose.

  6. For Request Payload, provide the following code sample:{ "action":{"id":"SUBMIT","type":"SYSTEM"}}

  7. Put in {} as sample code for Response Payload.

  8. Click Save and Close.