Interface WorkflowStatusListener
-
- All Known Implementing Classes:
AbstractWorkflowStatusListener
public interface WorkflowStatusListener
Listener to be informed about workflow status changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notifyConfigurationValid()
Trigger the listener when the workflow configuration has been successfully validated.void
notifyCreated()
Trigger the listener when the workflow has been created incl.void
notifyFinished()
Trigger the listener when the workflow is finished.
-
-
-
Method Detail
-
notifyFinished
void notifyFinished()
Trigger the listener when the workflow is finished.
-
notifyCreated
void notifyCreated()
Trigger the listener when the workflow has been created incl. configuration.
-
notifyConfigurationValid
void notifyConfigurationValid()
Trigger the listener when the workflow configuration has been successfully validated.
-
-