Why am I not able to create a process Instance for a data change request (DCR)?

Question

Why am I not able to create/attach a process instance to a DCR.

Answer

If you are using a custom workflow, first make sure it does not restrict DCR creation.

Get the process Instance ID.

GET{workflowPath}/workflow/{tenantId}/processInstances/{processInstanceId}

If the process instance is present, reactivate the process instance:

PUT {workflowPath}/workflow/{tenantId}/processInstances/{processInstanceId}/_activate 

References

https://docs.reltio.com/workflowapi/activateprocessinstance.html

 

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.