Retrieve an item in processing through the API

Hello everyone, is there any way to recover an item that got stuck in progress through the API? This usually happens when an automation stops running and the item in the orchestrator stays in progress instead of failed.

Hi @Bones

When you say recover an item, what exactly do you want to achieve?

Change its status to new so it can process again or mark it as failed/abandoned? And do you want to achieve this using api only?

if not, Please follow below post and see if this helps.

I want to update its status from in progress to new or failed, to process this item again.

1 Like

@Bones

You can add logic to get in progress queue items using Get Quick Items activity. Once you get these, you can use postpone transaction activity to charge the status to New again or use Set Transaction Status activity to set the status to fail or success.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.