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
Comments
Please sign in to leave a comment.