Configure SystemTaskFailureBehaviour for system-wide or application-wide
Hi Ivy team
According to the public javadoc of [SystemTaskFailureBehaviour][1]
> The following example shows how to set the behaviour:
ivy.response.setParameter("ch.ivyteam.ivy.workflow.SystemTaskFailureBehaviour", SystemTaskFailureBehaviour.FAIL_TASK_DO_NOT_RETRY);
If the behaviour is not set in the system task process the default behaviour is SystemTaskFailureBehaviour.FAIL_TASK_DO_RETRY.
However, the snipper above only apply for a particular process by setting parameters for the `ivy.response`.
Is there anyway that I can set `SystemTaskFailureBehaviour.FAIL_TASK_DO_NOT_RETRY` as default per application (or system)?
Regards
[1]: http://developer.axonivy.com/doc/latest/publicApi/ch/ivyteam/ivy/workflow/SystemTaskFailureBehaviour.html