GraphQL Types
DerivativeStatusEnum
The Derivative availability states.
Valid Values
Value | Description |
---|---|
IN_PROGRESS | Derivative generation in progress. |
SUCCESS | Derivative generation is successful. |
PENDING | Derivative generation is pending. |
FAILED | Derivative generation failed. |
TIMEOUT | Derivative generation process timed out. |
COMPLETE | Derivative generation status is complete |
Where Used
Object/Input | Field | Description |
---|---|---|
Derivative | status . |
Represents a derivative used to download and export different derivative formats of a component version. |