Hello

We have unassigned Tasks.

In our selfmade Administration Model - which does a couple of other things too - we have an Assignment function for Tasks. Neither the function setTaskActivator or delegateTask will assign the Task to the new user. There's no return value.

When I do the function with already assigned Tasks, it works fine. When I assign Tasks thru the IVY Administrator, it's okay as well.

Thank you for your help

asked 08.01.2016 at 10:47

Benny's gravatar image

Benny
(suspended)
accept rate: 0%


You need to prefix the user name with # if you use setTaskActivator():

task.setTaskActivator("#username")

To set the activator to a role this is not needed:

task.setTaskActivator("RoleA")
link

answered 22.01.2016 at 16:23

Christian%20Strebel's gravatar image

Christian St... ♦
3.2k31338
accept rate: 88%

edited 22.01.2016 at 16:25

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

Asked: 08.01.2016 at 10:47

Seen: 2,052 times

Last updated: 22.01.2016 at 16:25