Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Caption
Caption of a role. Captions are shown to the users, and can be localized when it is needed.

...

Decision Logistic

Decision logistic part is consist two options.

Decision Table

It is a table in which rules are written to assign a task to a different person/position/group/department according to the data in the form. Rules are written without using code.  Rules are entered in the input part. In the output part, the responsible/responsibles to be assigned when the rule runs are selected.

For more information click on:  Decision table

Image Added

Expression

Role Script

Script that returns the list of the responsible persons.  

...

Code Block
languagejs
$Xml.Evaluate('Employee') + ';' + 'd3b1fe89-6873-4438-8762-164ed73a9054'

Identity

Identity option is determining responsible person from the organization data. 

...

Image Removed

Data

Data option is assigned role from any data in the process.

  • Enter the data word in the data field. You will see a data code in the role script field.

Find Manager

Find manager consists of a two options, a data and a previous task.

  • Data option is assigned role from any data in the process. You will see data code in the role script field.
  • Previous task is assigned role from a previous task. You will see previous task code in the role script field.

Image RemovedFind Manager

Using this javascript array, it is used to assign a role to the manager of the user who completed the work in the previous step.

Code Block
languagejs
$Membership.FindManager( $WorkItem.Previous.CompletedBy );