Package org.keycloak.models.workflow
Class WorkflowExecutionContext
java.lang.Object
org.keycloak.models.workflow.WorkflowExecutionContext
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowExecutionContext
(Workflow workflow, List<WorkflowStep> steps, String resourceId) WorkflowExecutionContext
(Workflow workflow, List<WorkflowStep> steps, String resourceId, String stepId, String executionId) -
Method Summary
Modifier and TypeMethodDescriptionvoid
cancel()
void
complete()
void
fail
(WorkflowStep step, String errorMessage) boolean
void
init()
void
restart()
void
success
(WorkflowStep step)
-
Constructor Details
-
WorkflowExecutionContext
-
WorkflowExecutionContext
-
-
Method Details
-
init
public void init() -
success
-
fail
-
complete
public void complete() -
cancel
public void cancel() -
hasNextStep
public boolean hasNextStep() -
getNextStep
-
restart
public void restart() -
getExecutionId
-