Team,
Currently we have a process that would be running across multiple days… for example 1st stage would complete with in a day and stage 2 would be completed in a week and stage 3 would be completed in 2 weeks. We are using Orchestrator Queue transactions to identify the previous stage of the workflow in order to resume in the correct stage.
My questions
- The Queue transaction go in to the “Abandoned” stage after a period of 24 hours, (even though i update the custom progress field), Is there a way to extend that duration ?
- Can i trigger “Retry of abandoned transactions” programmatically through API’s ?
- Is there a better way to handle these multi-day - multiple stages transactions ?
Thanks,
Siva