Hello! I have the following scenario:
Question 1. I understand that since the user started to work on that task (step 2), it changed from SUSPENDED to RUNNING, and other users are not able to see that task in the meantime. I don't understand why even the user that is working on that task, can't see the task in the Personal Task List. Question 2. Using Html Dialog, How to detect when the user change the context on the browser, to bind it to an event in the Logic? For example, if the user closes the tab/window, then it would fire a process to change the task to SUSPENDED again. I found old answers but they don't seem to be the exact scenario:
Thanks in advance. asked 30.01.2017 at 23:51 Jailson Brito |
Hi Question 1: This depends how the Workflow UI your using is implemented (e.g. the Portal delivered with 6.5.0 still shows the Task in the Task list and asks if it should reset it when opening it again) Question 2: You could do this using JavaScript and the beforeunload event and then call a process which resets the current task. Or you could use the Portal or look at how the Portal implemented it. answered 31.01.2017 at 14:46 SupportIvyTeam ♦♦ Sorry, I forgot to mention that the project is using 6.0.5. In this version, hiding the task seems to be the default behaviour, right? Is it possible to configure to show the task? How?
(31.01.2017 at 15:00)
Jailson Brito
Question 1: In my case, this was probably a bug in the
(02.02.2017 at 14:46)
Jailson Brito
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 30.01.2017 at 23:51
Seen: 2,821 times
Last updated: 02.02.2017 at 15:11