Interface WorkflowStatusListener

All Known Implementing Classes:
AbstractWorkflowStatusListener

public interface WorkflowStatusListener
Listener to be informed about workflow status changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Trigger the listener when the workflow configuration has been successfully validated.
    void
    Trigger the listener when the workflow has been created incl.
    void
    Trigger the listener when the workflow is finished.
  • Method Details

    • 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.