Class WorkflowExecutionContext

java.lang.Object
org.keycloak.models.workflow.WorkflowExecutionContext

public class WorkflowExecutionContext extends Object
  • Constructor Details

  • Method Details

    • init

      public void init()
    • success

      public void success(WorkflowStep step)
    • fail

      public void fail(WorkflowStep step, String errorMessage)
    • complete

      public void complete()
    • cancel

      public void cancel()
    • hasNextStep

      public boolean hasNextStep()
    • getNextStep

      public WorkflowStep getNextStep()
    • restart

      public void restart()
    • getExecutionId

      public String getExecutionId()