Table of Contents

Search

  1. Preface
  2. Introduction
  3. Dashboard
  4. Resources
  5. Workflows
  6. Task Reference
  7. Services Overview
  8. Users
  9. Logs and Reports
  10. Encryption
  11. System
  12. Appendix
  13. Glossary Terms

MQ Commit/Rollback Task

MQ Commit/Rollback Task

The MQ Commit/Rollback Session task provides the ability to commit a message or roll it back, in the case of an error, before the session is closed.
Field
Definition
Basic Tab
Label
Specify a label for this task.
Session ID
Specify the reference to a valid MQ Session that was created using the Open MQ Session task (e.g. ${MQSession}).
Commit Session
Specify whether or not to commit the changes that were made in this session. A value of true will commit the changes. A value of false will rollback the changes. Attempting to use this task in a normal session (non-transacted session) will result in an error.
Default Value: true
Control Tab
Version
The version of this task.
Log Level
Specify the level of logging to use while executing this task. Valid options are - silent, normal, verbose and debug.
Default Value: Inherited from parent Module
Execute Only If
Specify a condition that must be satisfied before this task can be executed. This task will be skipped if the specified condition is not met.
Disabled
Whether or not this task is disabled.
Default Value: false
On Error Tab
On Error
Specify the action to take when this task errors out. Valid options are - abort, continue, call:[module] and setVariable:[name]=[value]. For call:[module] replace [module] with the name of the module in the project (e.g. call:ErrorModule). For setVariable:[name]=[value] replace [name] with a variable name and [value] with the variable value (e.g. setVariable:error=true).
Default Value: Inherited from parent Module

0 COMMENTS

We’d like to hear from you!