Delegate (claim / acquire) an activity to a specific user using the API
Content
I need help with the following scenario:
SCENARIO:
When trying to use the API Perform an Action on a Task (https://docs.oracle.com/en/cloud/paas/integration-cloud/rest-api/op-ic-api-process-v1-tasks-id- put.html) using the ACQUIRE (Claim) action for a task, define a user who will acquire that task via API.
As noted, it is necessary to inform the Identities element:
“Note: You need to add the Identities element in the request only when you reassign, claim, delegate or request more information to another user. "
Example:
URL:https://myshost/ic/api/process/v1/tasks/200660
Method: PUT
Body:
{
"identities":
[{
"id":"fernando.boechi","type":"user"
Tagged:
0