Use the query QueueStatus to request the status of orders and jobs. The query returns the status of orders and jobs submitted to a certain JDF endpoint.
The following parameters of the Query element are supported:
ID
The JDF client creates a unique ID for the query. This ID becomes the "refID" in the response message. This ID is required for the StopPersistentChannel command.
Type
This query is of type QueueStatus.
The following parameters of the QueueFilter element are supported:
MaxEntries (mandatory)
This attribute defines for how many orders and jobs the status must be returned. If the attribute MaxEntries is not specified, then PRISMAdirect adds it automatically to the query using value "-1".
Value = "-1": return the status of all orders and jobs
Value = "n": return the status for the first "n" orders and jobs
QueueEntryDetails="JobPhase" (mandatory)
PRISMAdirect only accepts the element JobPhase. Use the JobPhase element to request the states of the orders and jobs.