SupplyOrderStatusEnum
Status values representing the lifecycle stages of supply orders.
Supply orders progress through various status stages from initial creation to final completion, with intermediate stages for approval and execution.
Status Progression
- **Pending**: Newly created order awaiting review or approval
- **Scheduled**: Order approved and scheduled for execution
- **In Progress**: Order is actively being worked on
- **Reviewing**: Order execution completed, under review
- **Partially Completed**: Order partially fulfilled, may continue or complete
- **Completed**: Order fully completed successfully
- **Canceled**: Order canceled and will not be fulfilled
enum SupplyOrderStatusEnum {
CANCELED
COMPLETED
IN_PROGRESS
PARTIALLY_COMPLETED
PENDING
REVIEWING
SCHEDULED
}
Values
SupplyOrderStatusEnum.CANCELED
Canceled
SupplyOrderStatusEnum.COMPLETED
Completed
SupplyOrderStatusEnum.IN_PROGRESS
In Progress
SupplyOrderStatusEnum.PARTIALLY_COMPLETED
Partially Completed
SupplyOrderStatusEnum.PENDING
Pending
SupplyOrderStatusEnum.REVIEWING
Reviewing
SupplyOrderStatusEnum.SCHEDULED
Scheduled
Member Of
SupplyOrder
object ● SupplyOrdersFilterInput
input