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's gravatar image

AnaghaM
(suspended)
accept rate: 0%


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 alt text alt text

link

answered 16.03.2016 at 10:21

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

edited 16.03.2016 at 10:22

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×68

Asked: 16.03.2016 at 09:43

Seen: 2,681 times

Last updated: 16.03.2016 at 10:22