Represents an exception raised when a workflow activity references an action that is not found in its scheme definition.
Represents an exception raised when a workflow scheme contains an activity with the specified name.
Represents an exception thrown when an activity-related item cannot be found in a workflow scheme.
Represents an exception that is thrown when a workflow scheme already contains an actor with the same name.
Represents an exception thrown when an actor cannot be found in a workflow scheme.
Provides common error messages used for argument validation failures.
Represents an exception raised when a workflow scheme already contains a code action with the same name and type.
Represents an error indicating that a requested column does not exist.
Represents an error that occurs when a command with the same name already exists in a scheme.
Represents an exception thrown when a command cannot be found in a workflow scheme.
Represents an exception thrown when a command is not valid for the current workflow operation.
Represents an exception that is thrown when a command is not valid for the current workflow state.
Represents an exception thrown when a command parameter with the same name already exists.
Represents an exception thrown when a command parameter cannot be found in a workflow scheme command.
Represents an exception that indicates a configuration-related error in the Workflow Engine.
Represents an exception that indicates runtime status cannot be set to the requested state.
Represents an exception thrown when a status cannot be set to the requested value.
Represents an exception that indicates scheme tags cannot be updated.
Represents an exception thrown when the initial activity cannot be found.
Represents an exception thrown when a workflow command cannot be executed because the command input is invalid for the current runtime state.
Signals that a JSON parameter value is invalid or cannot be parsed for the current operation.
The exception that is thrown when a parameter value is invalid.
Represents an exception thrown when a workflow parameter with the same name is already present in a scheme.
The exception thrown when a requested parameter is not found in a workflow scheme.
Represents an exception raised for persistence-provider query failures and carries flags that describe whether such failures can be retried or recovered.
Represents an exception thrown when an attempt is made to create or register a process that already exists.
Represents an exception that occurs during workflow process execution.
Represents an exception thrown when a requested process cannot be found.
Represents an exception raised when a workflow process scheme cannot be built.
Represents an exception raised when building a process scheme from an inline template fails.
Represents an exception thrown when a process does not belong to the current tenant.
Represents an exception thrown when a runtime waits too long for another runtime to complete its restore operation.
Indicates that the runtime reached an unexpected internal state.
Represents a missing workflow scheme for a specific lookup location.
Represents an exception that is thrown when a workflow scheme is not valid.
Represents an exception thrown when the current workflow runtime lock changed while a self-restore operation is being performed.
Represents an exception raised when the workflow runtime is in a shutdown state and cannot process operations.
Represents an exception that is thrown when a workflow status referenced by the runtime is not defined.
Represents an exception that is thrown when a timer with the same name already exists in a workflow scheme.
Represents an exception thrown when a timer manager operation in the workflow runtime fails.
Represents an exception that is thrown when a timer cannot be found in a workflow scheme.
Represents an exception that is raised when a workflow scheme already contains a transition with the specified name.
Represents an exception that is thrown when a workflow scheme transition already contains a condition with the specified name.
Represents an exception that is thrown when a transition condition cannot be found for the specified transition.
Represents an exception thrown when a transition cannot be found in a workflow scheme.
Represents an exception that is thrown when a transition restriction for a specific actor already exists in a workflow scheme.
Represents an exception that is thrown when a transition restriction cannot be found for a given actor in a workflow scheme.
Represents an exception thrown when a type string cannot be parsed into a valid
Type.
Represents an error raised when an activity has a different type than the one expected by an operation.
The exception thrown when the parameter type declared in a workflow scheme cannot be parsed as a
Type.
Represents an exception that is thrown when subprocess markup in a workflow definition is invalid.