Class PersistentWorkflowService

java.lang.Object
org.sterl.pmw.AbstractWorkflowService<org.sterl.spring.persistent_tasks.api.TaskId<? extends Serializable>>
org.sterl.pmw.spring.PersistentWorkflowService
All Implemented Interfaces:
WorkflowService<org.sterl.spring.persistent_tasks.api.TaskId<? extends Serializable>>

@Service public class PersistentWorkflowService extends AbstractWorkflowService<org.sterl.spring.persistent_tasks.api.TaskId<? extends Serializable>>
  • Constructor Details

    • PersistentWorkflowService

      public PersistentWorkflowService(org.sterl.spring.persistent_tasks.PersistentTaskService persistentTaskService, org.sterl.spring.persistent_tasks.trigger.TriggerService triggerService, org.sterl.spring.persistent_tasks.task.TaskService taskService, @NonNull @NonNull WorkflowRepository workflowRepository)
  • Method Details