Questions Tagged With system-taskhttps://answers.axonivy.com/tags/system-task/?type=rssquestions tagged <span class="tag">system-task</span>enMon, 04 Apr 2016 08:15:34 -0400Configure SystemTaskFailureBehaviour for system-wide or application-widehttps://answers.axonivy.com/questions/1715/configure-systemtaskfailurebehaviour-for-system-wide-or-application-wide<p>Hi Ivy team</p> <p>According to the public javadoc of <a href="http://developer.axonivy.com/doc/latest/publicApi/ch/ivyteam/ivy/workflow/SystemTaskFailureBehaviour.html">SystemTaskFailureBehaviour</a></p> <blockquote> <p>The following example shows how to set the behaviour:</p> </blockquote> <pre><code>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. </code></pre> <p>However, the snippet above only applies for a particular process by setting parameters of the <code>ivy.response</code>. </p> <p>Is there anyway that I can set <code>SystemTaskFailureBehaviour.FAIL_TASK_DO_NOT_RETRY</code> as default per application (or system)?</p> <p>Regards</p>Genzer HawkerMon, 04 Apr 2016 08:15:34 -0400https://answers.axonivy.com/questions/1715/configure-systemtaskfailurebehaviour-for-system-wide-or-application-widesystem-taskapitask