Package de.xima.fc.workflow.processor.logic.execution
-
Interface Summary Interface Description FormRecordLockManager.ILockedFormRecord Result returned byFormRecordLockManager.lockFormRecord(Vorgang)
. -
Class Summary Class Description EmptyEventExecutionResult An event execution result that can be used when no tasks were executed, such as when no triggers fired).FormRecordLockManager Deprecated. form records are locked viaVorgang.isInArbeit()
.TaskQueue A task queue implemented as a list, but only with the methods actually required.TriggerOnTaskBeginParams<TData> Default implementation of aITriggerOnTaskBeginParams
.WorkflowExecutionContext Default implementation ofIWorkflowExecutionContext
that is used by theWorkflowTaskRunner
.WorkflowTaskRunnerParamsResolver Helper class that takes an instance ofIWorkflowTaskRunnerParams
and return a new instance with appropriate defaults supplied for all missing values.