For example, a user is working on a task and closes the windows, when does the state of task change from resumed to suspended?

asked 11.10.2017 at 10:22

SupportIvyTeam's gravatar image

SupportIvyTeam ♦♦
1.4k102118122
accept rate: 77%


The state of the task will be changed from RESUMED to SUSPENDED as soon as the session will be destroyed. This transition is called reset ch.ivyteam.ivy.workflow.ITask.reset(). There are multiple reasons why the session will be destroyed:

  • the session simply expires
  • the user actively logout

There is also an API method to logout an user:

ch.ivyteam.ivy.security.ISession.logoutSessionUser()

And have look here in the sub chapter Task with session timeout: https://developer.axonivy.com/doc/latest/DesignerGuideHtml/ivy.concepts.html#ivy-wf-states

link

answered 11.10.2017 at 10:33

Alex%20Suter's gravatar image

Alex Suter ♦♦
3.1k122247
accept rate: 84%

edited 11.10.2017 at 10:46

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
×4

Asked: 11.10.2017 at 10:22

Seen: 1,953 times

Last updated: 11.10.2017 at 10:46