Community
Ignoring workflow errors in certain tasks
Hey!
Is there a good way to ignore a workflow error completely, when doing a service task?
In the workflow below, we have an "optional" service task, which sends the order information to Efecte.
We don't want the process to go into an error state, if this task does not work. Just log, send an email information and continue. I have added "throwHttpErrors" = false, but if the API endpoint cannot be found (the service is completely dead for example), we still get a process error. When the process error occurs, the user cannot see the downloadlink from the response, even though we get it from the script. But the process response never arrives in it's failed state.
Or should we handle this somewhere within the script itself in a different manner?
This process is run with the "/my/workflows/run/{workflow}" endpoint.

