Instance.EnhancedSecurity
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;
Copyright © 2010 - 2023 Emakin. All rights reserved.