Expand my Community achievements bar.

What are the steps to retry the current workflow step using API

Avatar

Community Advisor

we are trying to execute/complete the workflow current step using api we were able to compelete the next steps and the current step not able to do it . It’s always executing the next step is there any ideas that I can use.

Thanks In Advance

Uma

4 Replies

Avatar

Level 4

Adding a timeout and a custom handler to the step like [0] to achieve the requirement (or next action) should help. Not certain if there is an API available OOTB to retry a step

[0]

Workflow Step Reference

Avatar

Community Advisor

Hi Bharath,

I am looking the same from the API. Right now e tried so many things its not happening.. its just moving to next step. I need a help to retry the current process step using the API.

Thanks

Avatar

Community Advisor

We have used OOB servlet to do this , it is working as expected.

Avatar

Community Advisor

Could you please share which servlet you are using to retry?



Arun Patidar