``excludeOrders``optional, array Response contains all orders except the orders which are specified in this collection.
An order is specified by its workflow path and an optional order id.
If "orderId" is undefined then all orders of the specified workflow are excluded in the response.
This parameter will be ignored if ``orders`` parameter is set. [{
"workflowPath":"/path/to/workflow",
"orderId":"myOrder"
}]