Interface WorkflowStatusListener

  • All Known Implementing Classes:
    AbstractWorkflowStatusListener

    public interface WorkflowStatusListener
    Listener to be informed about workflow status changes.
    • 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.