Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Overview

Gets or sets the enhanced security mode for instance.

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:

$Instance.EnhancedSecurity = true;
  • No labels