Namespace Workspace.XBR.Xperiflow.Conduit.Job
Classes
XperiflowActivityStatus
Represents the activity statuses that a Job or Task may be in at a given time. This class provides a type-safe way to work with job activity statuses and includes utility methods for categorizing statuses into different criteria groups.
XperiflowJob
Represents a Xperiflow job with the ability to monitor and retrieve job metadata. This class provides access to job information with automatic refresh capabilities to ensure the most current job status and details are always available.
XperiflowJobMetadata
Represents the metadata information for a Xperiflow job, containing essential job details such as identifier, activity type, source, and current status.
XperiflowJobMetadataMapper
Provides mapping functionality between job-related DTOs and domain objects. This mapper handles the transformation of job response data from the API into domain-specific objects for use within the Xperiflow orchestration system.