Uses of Interface
de.xima.fc.interfaces.workflow.params.IWorkflowRunTasksForEventParams
-
-
Uses of IWorkflowRunTasksForEventParams in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IWorkflowRunTasksForEventParams Modifier and Type Method Description ITaskQueueExecutionResult
IWorkflowTaskRunner. runTasksForEvent(IWorkflowRunTasksForEventParams params)
Executes the given workflow tasks triggered by an event, and returns the result. -
Uses of IWorkflowRunTasksForEventParams in de.xima.fc.workflow.processor.engine
Methods in de.xima.fc.workflow.processor.engine with parameters of type IWorkflowRunTasksForEventParams Modifier and Type Method Description ITaskQueueExecutionResult
WorkflowTaskRunner. runTasksForEvent(IWorkflowRunTasksForEventParams runTasksParams)
-
Uses of IWorkflowRunTasksForEventParams in de.xima.fc.workflow.processor.logic.execution
Constructors in de.xima.fc.workflow.processor.logic.execution with parameters of type IWorkflowRunTasksForEventParams Constructor Description WorkflowExecutionContext(IWorkflowTaskRunnerParams params, IWorkflowRunTasksForEventParams runTasksParams)
Creates a new execution context for executing the given task queue. -
Uses of IWorkflowRunTasksForEventParams in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IWorkflowRunTasksForEventParams Modifier and Type Class Description class
WorkflowRunTasksForEventParams
Default POJO implementation ofIWorkflowRunTasksForEventParams
.
-