persistent class EnsLib.Background.Process.ExportMessageSearch
extends Ens.BusinessProcessBPL
Business Process for exporting messages in the background via WorkFlow
This is a Business Process class.
parameter SETTINGS = "ConfirmationRequired:WorkFlow,ConfirmationByRequestor:WorkFlow,ConfirmUser:WorkFlow:selector?context={Ens.ContextSearch/WorkflowUsers},WorkFlowRole:WorkFlow:selector?context={Ens.ContextSearch/WorkflowRoles}";
List of properties can be set as settings in the configuration file
format is a comma separated list of property names
property ConfirmUser
as %String(MAXLEN=128);
This is used as the Workflow user who needs to confirm or cancel the request if confirmation is required
and ConfirmationByRequestor is Off.
If this setting is left empty then the confirmation task will be distributed to members of the role for acceptance first.
property ConfirmationByRequestor
as %Boolean [ InitialExpression = 1 ];
If ConfirmationRequired is On then this flag is used to indicate if confirmation is by the requestor.
If ConfirmationByRequestor is Off then the user to confirm is taken from the ConfirmUser setting.
The default is On
property ConfirmationRequired
as %Boolean [ InitialExpression = 1 ];
Flag to require Workflow confirmation task before creating export.
The default is On
property WorkFlowRole
as %String(MAXLEN=128);
Workflow Role that will be used instead of the Workflow role provided in the request.