Versions Compared

Key

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

...

boolean myInstance.EnhancedSecurity { get; set; }

Remarks

By default emakin allows to read only view work items even work item is not assigned to a user. Enhanced security mode changes this behaviour to check if work item is assigned to user or require the "Execute" permission on process.

This mod can be set while initiating the process and can be changed at later any time.

Example

Setting the instance security mode:

Code Block
languagejs
$Instance.EnhancedSecurity = true;