Configuration
The Configuration tab has the following fields.
Field |
Description |
Name |
The name to appear as the label for the activity in the process definition. |
Description |
Short description of the activity. |
Confirm Event |
The message you want to confirm. This is a drop down list of any process starter or activity that expects an incoming event in the current process definition. You can only confirm messages from confirmable message sources, for example, RVCM, RVDQ, or JMS messages. E-mail is also confirmable when received by the Receive Mail process starter (the e-mail message is deleted from the server when it is confirmed). Select only the event that sent the confirmable message. If you select an event from the list that does not correspond to a confirmable message (for example, a Wait for File Change event) or if you try to confirm the same message more than once, no message is confirmed. |
For more information about using the Checkpoint and Confirm activities in a process definition, see Checkpoints and the Confirm Activity.
It is not recommended to use the Confirm Activity with in the Service Resource process as this can unblock the ActiveMatrix BusinessWorks provider thread. The new message could still flow on that thread eventhough the ActiveMatrix BusinessWorks process execution continues for the previous message.
In case of the Service Resource operation process, perform Auto-confirm in case of clientAck
after the end Activity which would still work even if you are not using Confirm Activity in the Operation Process.