Hi there, what rights must a user or a role have in RIA Workflow UI to be able to reassign (delegate) tasks ?

asked 27.10.2017 at 06:12

YogiOL's gravatar image

YogiOL
(suspended)
accept rate: 0%


To delegate a task in general a user needs permission TASK_WRITE_ACTIVATOR (see Public API to find necessary permissions: https://developer.axonivy.com/doc/latest/PublicAPI/ch/ivyteam/ivy/workflow/ITask.html#setActivator-ch.ivyteam.ivy.security.ISecurityMember-).

To be able to delegate any task from the RIA Workflow UI the user needs the following permissions additionally: TASK_READ_ALL and CASE_READ_ALL.

With this permissions set the user can change displayed tasks in the tree from Team tasks to All tasks:

alt text

link

answered 31.10.2017 at 09:05

Barbara%20Brugger's gravatar image

Barbara Brugger ♦♦
(suspended)
accept rate: 100%

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:

×40

Asked: 27.10.2017 at 06:12

Seen: 1,510 times

Last updated: 31.10.2017 at 09:05