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 4 Next »

EnableAckDelivery 

The parameter used to enable/disable Acknowledgement message(ACK) distribution.

The parameter will be applied for asynchronous workflow execution only, for synchronous execution the parameter will be ignored.

 Possible values are Y/N.. 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 will be used

If w_enable_ack_delivery is not set or empty the N value will be used

EnableReplyDelivery 

The parameter used to enable/disable TaskStatusResponse message(TSR) distribution. 

The parameter will be applied for asynchronous workflow execution only, for synchronous execution the parameter will be ignored.

 Possible values are Y/N.. 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 will be used

If w_enable_reply_delivery is not set or empty the N value will be used.

CreateWorkflowReport

The parameter used to enable/disable MC2 EJM Task reporter step execution, can be applied to each EJM Task.

Possible values are Y/N.. Y - enabled, N - disabled

By default we force the reporter step execution for main workflow process and skip others.

The parameter value resolving logic:

If CreateWorkflowReport is not set or empty the w_create_workflow_reports variable from w_config_custom.inc will be used

If w_create_workflow_reports is not set or empty the N value will be used.

  • No labels