Assign Authority Action

This action is deprecated. See the configuration of Assignments for the how to assign a Task to Authorities.

Description

This Action assigns the Task to an authority. Additionally, watchers get be set.

Java Class

The Action is implemented by the Java class de.ecm4u.faw.api.impl.AssignAuthorityAction.

Parameters

There are three optional parameters.

  • AssignAuthorityAction.assignee: The name of the authority the assigne the task to with role ASSIGNEE.
  • AssignAuthorityAction.responsible: The name of the authority the assigne the task to with role RESPONSIBLE.
  • AssignAuthorityAction.watcher: The authorities to set as watchers with role WATCHER. Multiple names can be separated by comma ,.

Example Parameters

- name: UploadNewDoc_AssignAuthority
  impl: de.ecm4u.faw.api.impl.AssignAuthorityAction
  predecessors: []
  args:
    AssignAuthorityAction.assignee: assigned-user
    AssignAuthorityAction.responsible: responsible-user
    AssignAuthorityAction.watcher: watcher1,watcher2,watcher3

This configuration assigns the Task to the authority assigned-user using the role ASSINGEE and to the authority responsible-user using the role RESPONSIBLE. The three authorities watcher1, watcher2 and watcher3 are set as watchers with the role WATCHER.