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 3 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.

  • No labels