The enum defines valid values for Relativity production status.
Namespace: Relativity.Productions.Services
Assembly: Relativity.Productions.Services.Interfaces (in Relativity.Productions.Services.Interfaces.dll) Version: 11.1.0.1 9c084404c128f715df772c7792aa49f21535523c
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
New | 0 | The production set is set up, but no data sources are added. | |
Staging | 1 | Relativity is staging the production. | |
Staged | 2 | Staging is complete. | |
StagingError | 3 | Relativity experienced an error when building the list of documents for production. Make sure to correct the staging errors and restage the production before you run the production. | |
Waiting | 4 | Obsolete - Use Queued for Staging or Queued for Production | |
Producing | 5 | Relativity is assigning production numbers to the documents. | |
Branding | 6 | Relativity is branding the images. | |
Produced | 7 | The production is complete and ready for export. | |
Error | 8 | Relativity experienced an error while producing the documents. | |
ProducedWithErrors | 9 | Relativity produced the documents with errors. | |
ProducingCreatingPlaceholderImages | 10 | Relativity is creating slipsheets for the production. | |
ProducingCreatingAndApplyingBatesNumbers | 11 | Relativity is applying Bates numbers to the production. | |
ProducingCreatingBrandingQueueRecords | 12 | Relativity is creating records for the Branding queue. | |
StagingRunningSavedSearches | 13 | Relativity is running saved searches associated with the production data source. | |
StagingCleaningUpData | 14 | Relativity pre-sorts the documents and deletes any Production Information objects that may already exist if the production is being restaged. | |
StagingCreatingProductionInformationRecords | 15 | Relativity is creating the Production Information records associated with the production. | |
Canceling | 16 | Relativity is canceling the production process. | |
ProducingCleaningExistingFiles | 17 | Relativity is cleaning up the existing files associated with the production. | |
QueuedForStaging | 18 | Staging Job has been created in the queue but has not been picked up by an agent | |
QueuedForProduction | 19 | Run Production Job has been created in the queue but has not been picked up by an agent | |
QueuedForBranding | 20 | Run Production Job has been created in the queue after the producing steps. Waiting for branding agents to begin work | |
StartingProduction | 21 | Status entered when automatically running a production, after Staged but before Producing | |
ErrorStartingProduction | 22 | Status entered when the StartingProduction status has errored. |
See Also