Namespace Workspace.XBR.Xperiflow.Routines
Classes
RoutineCallableType
The type of callable that can be invoked for a routine instance run.
RoutineClient
The RoutineClient
class provides methods to interact with the Routine system.
The RoutineClient
can largely be thought of as the main entrypoint into programmatically interacting with the Routine system. Create, monitor, and manage Workspace.XBR.Xperiflow.Routines.Instances.RoutineInstance objects,
their associated Workspace.XBR.Xperiflow.Routines.Runs.Run objects and Workspace.XBR.Xperiflow.Routines.Artifacts.Artifact objects to automate and orchestrate your own business processes and use cases.
RoutineClientException
The exception that is thrown when an error occurs during routine client operations.
RoutineClientOperationException
The exception that is thrown when an error occurs during a specific routine client operation, with additional context provided by an inner exception.
RoutineConstants
RoutineConstants.ArtifactPaths
RoutineConstants.ArtifactPreviewPaths
RoutineConstants.RoutineInstancePaths
RoutineConstants.RoutinePaths
RoutineConstants.RoutineSharedPaths
RoutineConstants.RunPaths
RoutineTypeFields
RoutineTypeLookupClient
Interfaces
IRoutineClient
Defines the contract for interacting with the Xperiflow Routine system.