Uses of Interface
de.espirit.firstspirit.access.WorkflowContext
-
Uses of WorkflowContext in de.espirit.firstspirit.access
Modifier 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
Modifier and TypeMethodDescription@NotNull WorkflowContext
WorkflowScriptContext.getWorkflowContext()
Return the current workflow context.