Class UserConfirmationGateway

All Implemented Interfaces:
HasHandlers

public class UserConfirmationGateway extends ProcessElement
Chooses one or another next process element based on confirmation of a message shown to user.

If the user clicks OK, the nextElement is chosen, otherwise the choice is failureElement.