cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow Cloud Platform Service Task

0 Kudos

Hi All,

Workflow service task calls the configured rest api thrice.It will be helpful if anyone have faced such issue , even if the rest api works fine if i call it via postman.

View Entire Topic
0 Kudos

Hi Mohit,

from the first glance, I would guess you are facing the "retry" logic of the service tasks.

It comes into play when the service called in the service task responds with a status which doesn't start with 2. In this case, the engine will wait for 20 sec and try again. If after the 3rd attempt the service still does not respond with the status which can be treated as "success" the workflow instance goes into ERRONEOUS status.

What do you see in the execution logs of the workflow instance?

Best,

Vasil