Class WorkflowPauseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.orchestration.client.WorkflowPauseException
- All Implemented Interfaces:
Serializable
Marker runtime exception indicating that a workflow was paused
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Whether the paused workflow should automatically be picked up by the next available processMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WorkflowPauseException
public WorkflowPauseException(boolean autoResume)
-
-
Method Details
-
isAutoResume
public boolean isAutoResume()Whether the paused workflow should automatically be picked up by the next available process
-