Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

On This Page:

Table of Contents

EnableAckDelivery 

The EnableAckDelivery parameter is used to enable/disable Acknowledgement message(ACK) distribution.The  The parameter will be is applied for asynchronous workflow execution only, for . For synchronous execution, the parameter will be is ignored. 

 Possible 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

EnableReplyDelivery 

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

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

 Possible 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

...

  • 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 we force , the reporter step execution is forced for the main workflow process and skip othersskipped 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.