Uses of Record Class
org.sterl.pmw.model.RunningWorkflowId
Packages that use RunningWorkflowId
-
Uses of RunningWorkflowId in org.sterl.pmw
Methods in org.sterl.pmw that return RunningWorkflowIdModifier and TypeMethodDescriptionAbstractWorkflowService.execute(String workflowId, Serializable state) AbstractWorkflowService.execute(String workflowId, Serializable state, Duration delay) <T extends Serializable>
RunningWorkflowId<T extends Serializable>
RunningWorkflowIdWorkflowService.execute(String workflowId, Serializable state) WorkflowService.execute(String workflowId, Serializable state, Duration delay) <T extends Serializable>
RunningWorkflowId<T extends Serializable>
RunningWorkflowId<T extends Serializable>
RunningWorkflowIdMethods in org.sterl.pmw with parameters of type RunningWorkflowIdModifier and TypeMethodDescriptionvoidWorkflowService.cancel(RunningWorkflowId runningWorkflowId) org.sterl.spring.persistent_tasks.api.TriggerStatusWorkflowService.status(RunningWorkflowId runningWorkflowId) -
Uses of RunningWorkflowId in org.sterl.pmw.model
Methods in org.sterl.pmw.model that return RunningWorkflowIdModifier and TypeMethodDescriptionstatic RunningWorkflowIdRunningWorkflowId.newWorkflowId(Workflow<?> w) -
Uses of RunningWorkflowId in org.sterl.pmw.spring
Methods in org.sterl.pmw.spring that return RunningWorkflowIdModifier and TypeMethodDescription<T extends Serializable>
RunningWorkflowIdPersistentWorkflowService.execute(TriggerWorkflowCommand<T> workflowCommand) <T extends Serializable>
RunningWorkflowIdMethods in org.sterl.pmw.spring with parameters of type RunningWorkflowIdModifier and TypeMethodDescriptionvoidPersistentWorkflowService.cancel(RunningWorkflowId runningWorkflowId) org.sterl.spring.persistent_tasks.api.TriggerStatusPersistentWorkflowService.status(RunningWorkflowId runningWorkflowId)