TransformationStatus

This module contains constants and lists for the possible transformation states.

DIRAC.TransformationSystem.Client.TransformationStatus.ACTIVE = 'Active'
DIRAC.TransformationSystem.Client.TransformationStatus.ARCHIVED = 'Archived'
DIRAC.TransformationSystem.Client.TransformationStatus.CLEANED = 'Cleaned'
DIRAC.TransformationSystem.Client.TransformationStatus.CLEANING = 'Cleaning'
DIRAC.TransformationSystem.Client.TransformationStatus.COMPLETED = 'Completed'
DIRAC.TransformationSystem.Client.TransformationStatus.COMPLETING = 'Completing'

Status for transformations that are being “derived” from

DIRAC.TransformationSystem.Client.TransformationStatus.DELETED = 'Deleted'
DIRAC.TransformationSystem.Client.TransformationStatus.FLUSH = 'Flush'
DIRAC.TransformationSystem.Client.TransformationStatus.IDLE = 'Idle'
DIRAC.TransformationSystem.Client.TransformationStatus.NEW = 'New'
DIRAC.TransformationSystem.Client.TransformationStatus.STOPPED = 'Stopped'
DIRAC.TransformationSystem.Client.TransformationStatus.TRANSFORMATIONCLEANED = 'TransformationCleaned'
DIRAC.TransformationSystem.Client.TransformationStatus.TRANSFORMATION_ACTIVE_STATES = ['New', 'Idle', 'Active', 'Flush', 'Completing', 'Stopped']

Transformation States when new TransformationTasks might still be created

DIRAC.TransformationSystem.Client.TransformationStatus.TRANSFORMATION_FINAL_STATES = ['Completed', 'Archived', 'Cleaning', 'Cleaned', 'TransformationCleaned', 'Deleted']

Transformation States when new TransformationTasks won’t be created

DIRAC.TransformationSystem.Client.TransformationStatus.TRANSFORMATION_REALLY_FINAL_STATES = ['Archived', 'Cleaned', 'Deleted']

TS internal Transformation States indicating the Transformation won’t be updated

DIRAC.TransformationSystem.Client.TransformationStatus.TRANSFORMATION_STATES = ['New', 'Idle', 'Active', 'Flush', 'Completing', 'Completed', 'Archived', 'Cleaning', 'Cleaned', 'Stopped', 'Deleted', 'TransformationCleaned']

Possible Transformation states