MC2 EJM Specific Parameters
EnableAckDeliveryÂ
The EnableAckDelivery parameter is used to enable/disable Acknowledgement message (ACK) distribution. The parameter is applied for asynchronous workflow execution only. For synchronous execution, the parameter is ignored.Â
Possible values are:
Y - enabled
N - disabled
By default, ACK distribution is disabled.
The parameter value resolving logic:
If EnableAckDelivery is not set or empty, the w_enable_ack_delivery variable from w_config_custom.inc is used
If w_enable_ack_delivery is not set or empty, the N value is used
On this page
EnableReplyDeliveryÂ
The EnableReplyDelivery parameter is used to enable/disable TaskStatusResponse message (TSR) distribution.Â
The parameter is applied for asynchronous workflow execution only. For synchronous execution, the parameter is ignored.
Possible values are:
Y - enabled
N - disabled
By default, TSR distribution is disabled.
The parameter value resolving logic:
If EnableReplyDelivery is not set or empty, the w_enable_reply_delivery variable from w_config_custom.inc is used
If w_enable_reply_delivery is not set or empty, the N value is used.
CreateWorkflowReport
The CreateWorkflowReport parameter is used to enable/disable MC2 EJM Task reporter step execution and can be applied to each EJM Task.
Possible values are:
Y - enabled
N - disabled
By default, the reporter step execution is forced for the main workflow process and skipped for other processes.
The parameter value resolving logic:
If CreateWorkflowReport is not set or empty, the w_create_workflow_reports variable from w_config_custom.inc is used
If w_create_workflow_reports is not set or empty, the N value is used.