Skip to content

Commit 0883e01

Browse files
[QQC-1852] Add SDK support for Workflow Webhook (#1064)
1 parent e858b25 commit 0883e01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labelbox/schema/webhook.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class Topic(Enum):
3636
REVIEW_CREATED = "REVIEW_CREATED"
3737
REVIEW_UPDATED = "REVIEW_UPDATED"
3838
REVIEW_DELETED = "REVIEW_DELETED"
39+
WORKFLOW_ACTION = "WORKFLOW_ACTION"
3940

4041
# For backwards compatibility
4142
for topic in Status:

0 commit comments

Comments
 (0)