Configuration

The Configuration tab has the following fields.

Field

Global Var?

Description

Name

No

The name to appear as the label for the activity in the process definition.

Description

No

Short description of the activity.

Options

No

This field specifies the actions this activity can perform. Select one of the following options:

  • getStatus() — When this option is selected, the current status of the transaction is returned in the output of this activity.

  • setRollbackOnly() — When this option is selected, the current transaction is set to a rollback only state. The only outcome allowed in this state is for the transaction to rollback. You would use this option if an error condition is detected and you want to rollback the transaction without raising an exeception. You can only use this option when using a transaction mananger that supports the setRollbackOnly method.