During testing, there might be items that are left in an “In Progress” state. How can a developer mark these items as failed and retry the same item from Orchestrator?
Currently it gets marked failed automatically only after 24 hrs. Instead I can reuse the same item during dev and testing phase by retry. Any suggestion
Ideally creating a small sequence to get queue items in in progress and Then immediately a loop with set transaction status would do the job
Or
if you are ok even if the item is left in in progress. You can create new item by downloading the item and then uploading a json structure to create new.
you cannot manually change an “In Progress” item in Orchestrator. The process itself must use the Set Transaction Status activity to mark the item as Failed or Successful. Once marked Failed, Orchestrator will immediately create a retry if the queue has retries enabled.