Interface WorkflowRequestCompletionNotifier

All Known Implementing Classes:
DefaultWorkflowRequestCompletionNotifier

public interface WorkflowRequestCompletionNotifier
Responsible for notifying the async message fabric concerning the completion of a TransitionRequest or WorkflowJobSchedulingRequest or WorkflowJobUnschedulingRequest. For completions where a ContextStateAware record is available, the NotificationManager should be favored over this facility. For cases where such a record is not available (e.g. missing record), it is generally ok to use this notifier, since the requirements of NotificationManager are not able to be met.
See Also: