java.lang.Object
com.evolveum.midpoint.repo.common.activity.run.ErrorState

@Experimental public class ErrorState extends Object
Describes the "error state" of the current activity run. TODO rename to something like ImmediateStopState
  • Constructor Details

    • ErrorState

      public ErrorState()
  • Method Details

    • requestImmediateStop

      public void requestImmediateStop(@NotNull @NotNull Throwable throwable)
    • requestImmediateStop

      public void requestImmediateStop(@NotNull @NotNull ActivityRunResult runResult)
    • wasImmediateStopRequested

      public boolean wasImmediateStopRequested()