Hi,
In my workflow at several time (around 6 ) i am doing api call using http request to jira and for some calls i am getting https timeout error .
for now i am using try catch and in catch with some delay i am calling again with selection of timeoutexception like below image.
but still sometimes it fails in second call also due to slow performance of jira and script gets stopped and i dont want that.
how can i handle this error more efficiently ? is any way to handle ?
kindly help me on same.