Question:
What filter operators cannot be used when running VQL (Vault Query Language) queries on the workflows object?
Answer:
The workflows object is limited in what it supports. Filter Operators such as the following cannot be used when querying the workflow object:
- joins
- sub-selects
- CONTAINS
- IN
- OR
Related Documentation:
- Vault Queries Documentation: Introduction to Vault Queries
- Vault API Documentation: Retrieve Document Workflow Metadata