Package pro.taskana.spi.task.api


package pro.taskana.spi.task.api
  • Interfaces
    Class
    Description
    The AfterRequestChangesProvider allows to implement customized behaviour after changes have been requested on a given Task.
    The AfterRequestReviewProvider allows to implement customized behaviour after a review has been requested on a given Task.
    The BeforeRequestChangesProvider allows to implement customized behaviour before changes have been requested on a given Task.
    The BeforeRequestReviewProvider allows to implement customized behaviour before a review has been requested on a given Task.
    The CreateTaskPreprocessor allows to implement customized behaviour before the given Task has been created.
    The ReviewRequiredProvider allows to determine whether a Task requires a review instead of completion.
    The TaskEndstatePreprocessor allows to implement customized behaviour before the given Task goes into an end state (cancelled, terminated or completed).