@@ -1950,8 +1950,7 @@ def get_project_metadata(
19501950 "id": 1,
19511951 "name": "System workflow",
19521952 "type": "system",
1953- "description": "This workflow is generated by the system, and prevents annotators from completing items.",
1954- "raw_config": {"roles": ["Annotator", "QA"], ...}
1953+ "description": "This workflow is generated by the system, and prevents annotators from completing items."
19551954 },
19561955 "upload_state": "INITIAL",
19571956 "contributors": [],
@@ -4533,8 +4532,9 @@ def list_items(
45334532 - name__starts: str
45344533 - name__ends: str
45354534 - annotation_status: str
4535+ - annotation_status__ne: str
45364536 - annotation_status__in: list[str]
4537- - annotation_status__ne : list[str]
4537+ - annotation_status__notin : list[str]
45384538 - approval_status: Literal["Approved", "Disapproved", None]
45394539 - assignments__user_id: str
45404540 - assignments__user_id__ne: str
@@ -5815,17 +5815,15 @@ def list_workflows(self):
58155815 "id": 1,
58165816 "name": "System workflow",
58175817 "type": "system",
5818- "description": "This workflow is generated by the system, and prevents annotators from completing items.",
5819- "raw_config": {"roles": ["Annotator", "QA"], ...}
5818+ "description": "This workflow is generated by the system, and prevents annotators from completing items."
58205819 },
58215820 {
58225821 "createdAt": "2025-01-03T12:48:09.000Z",
58235822 "updatedAt": "2025-01-05T12:48:09.000Z",
58245823 "id": 58758,
58255824 "name": "Custom workflow",
58265825 "type": "user",
5827- "description": "This workflow custom build.",
5828- "raw_config": {"roles": ["Custom Annotator", "Custom QA"], ...}
5826+ "description": "This workflow custom build."
58295827 }
58305828 ]
58315829 """
0 commit comments