The StatusScope component provides attributes representing
each combination of instance statuses that can be used to restrict a search
filter. The provided status combinations are:
- ONLY_COMPLETED: Only instances that are Completed.
- ONLY_ABORTED: Only instances that are Aborted.
- INPROCESS_AND_COMPLETED: Instances that are Completed or in-process.
- INPROCESS_AND_ABORTED: Instances that are in-process or Aborted.
- ABORTED_AND_COMPLETED: Instances that are Aborted or Completed.
- ALL: Instances in any status.