Is your feature request related to a problem? Please describe.
I have a wf definition like ForEach(StepA-StepB) then StepC then StepD then StepE and Finish. When in StepC the amount of load to process in StepC is 33. But i want 3 of them to Fork FROM HERE and remaining 30 should continue to StepD then StepE and Finish. The forked/cloned/vs... intance should go on a new instance and will follow StepD -> StepE and Finish. I mean first initiator instance id is AAA1 with 33 quantity and finished with 30 quantity. The forked/cloned instance id should be like AAA9 and finished with 3 quantity.
Describe the solution you'd like
No way found for this.
Describe alternatives you've considered
Clone the instance with all current variables, modify event/subscription IDs with newer ones etc...
Additional context
No additional context.
Is your feature request related to a problem? Please describe.
I have a wf definition like ForEach(StepA-StepB) then StepC then StepD then StepE and Finish. When in StepC the amount of load to process in StepC is 33. But i want 3 of them to Fork FROM HERE and remaining 30 should continue to StepD then StepE and Finish. The forked/cloned/vs... intance should go on a new instance and will follow StepD -> StepE and Finish. I mean first initiator instance id is AAA1 with 33 quantity and finished with 30 quantity. The forked/cloned instance id should be like AAA9 and finished with 3 quantity.
Describe the solution you'd like
No way found for this.
Describe alternatives you've considered
Clone the instance with all current variables, modify event/subscription IDs with newer ones etc...
Additional context
No additional context.