I have a case where I created an orchestration with the Instance ID "Inst001", which contains sub-orchestrations and tasks for both the main orchestration and the sub-orchestrations. Once it is completed, can I reuse the same Instance ID "Inst001"?
I tried doing that, but I observed that it recreates the main orchestration in the "Instances" table and reassigns the sub-orchestrations (including its tasks) and tasks from the old main orchestration to the new orchestration.
Is this the correct approach or should i check the duplicate for Instance ID before calling createorchestration.?
I have a case where I created an orchestration with the Instance ID "Inst001", which contains sub-orchestrations and tasks for both the main orchestration and the sub-orchestrations. Once it is completed, can I reuse the same Instance ID "Inst001"?
I tried doing that, but I observed that it recreates the main orchestration in the "Instances" table and reassigns the sub-orchestrations (including its tasks) and tasks from the old main orchestration to the new orchestration.
Is this the correct approach or should i check the duplicate for Instance ID before calling createorchestration.?