Uses of Interface
de.espirit.firstspirit.access.WorkflowContext
Packages that use WorkflowContext
-
Uses of WorkflowContext in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access with parameters of type WorkflowContextModifier and TypeMethodDescriptionTask.doTransition
(@NotNull WorkflowContext context, @NotNull Transition transition) Perform transition execution on this task.void
Task.gotoErrorState
(@NotNull WorkflowContext context, @Nullable Activity activity, @Nullable String comment, @Nullable Throwable throwable) Goto model error state. -
Uses of WorkflowContext in de.espirit.firstspirit.access.store.templatestore
Methods in de.espirit.firstspirit.access.store.templatestore that return WorkflowContextModifier and TypeMethodDescription@NotNull WorkflowContext
WorkflowScriptContext.getWorkflowContext()
Return the current workflow context.