Hi all,

In our application, we need to detect when task state is changed. For example when user login to Ivy Admin UI and delete a user, tasks belong to that user will change state to UNASSIGNED.

We tried to use IWorkflowListener but it didn’t work .

In Ivy, is there any way to listen to this event?

Thanks a lot.

asked 09.01.2018 at 02:39

ToanLC's gravatar image

ToanLC
(suspended)
accept rate: 16%


Hi

Unfortunately there is no such event. This is because all tasks that are assigned to a user are set to state UNASSIGNED directly on the database in case a user is deleted. Therefore we do not know what tasks have been changed on the Engine.

Regards

Reto Weiss, Axon.ivy Support

link

answered 11.01.2018 at 05:01

Reto%20Weiss's gravatar image

Reto Weiss ♦♦
4.9k202857
accept rate: 74%

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

Asked: 09.01.2018 at 02:39

Seen: 1,655 times

Last updated: 11.01.2018 at 05:01