All Known Implementing Classes:
DefaultTaskFactory

public interface TaskFactory
General interface for a task factory. This will generate tasks that are then opened at the manual task service
  • Method Summary

    Modifier and Type
    Method
    Description
    create(Error error)
    Create a new task
  • Method Details