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
Related Documentation:
Our Doc Links can change over time, so please search for the Documentation based on the titles shared below. Thank you.
- Activate a Process Instance
Comments
Please sign in to leave a comment.