How to cancel task by method ivy.task.reset();? In Axon Ivy Designer 6.0.1 this method is not working. Getting error as follows State of Task must be one of the following values RESUMED, CREATED, PARKED, READY_FOR_JOIN, FAILED but is ZOMBIE asked 16.03.2016 at 09:43 AnaghaM |
I think this error occurs because you are trying to reset a non-persistent task: http://developer.axonivy.com/doc/latest/DesignerGuideHtml/ivy.concepts.html#ivy-wf-states You can for the task to be persistent immediately when a user starts a process: See the Start-Element reference http://developer.axonivy.com/doc/latest/DesignerGuideHtml/ivy.processmodeling.html#ivy-processmodels-elements-startrequest answered 16.03.2016 at 10:21 Reguel Werme... ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 16.03.2016 at 09:43
Seen: 2,790 times
Last updated: 16.03.2016 at 10:22