Merged
Conversation
e6267da to
fb437f0
Compare
mrobers1982
reviewed
May 30, 2025
723b059 to
62da8c5
Compare
62da8c5 to
4c95356
Compare
4c95356 to
bfa1df9
Compare
mrobers1982
previously approved these changes
Jun 5, 2025
Contributor
mrobers1982
left a comment
There was a problem hiding this comment.
The API looks cleaner - thanks for making the changes.
I approved the PR but left some comments - mostly around further clean-up (nothing urgent).
libs/labelbox/src/labelbox/schema/workflow/filter_converters.py
Outdated
Show resolved
Hide resolved
libs/labelbox/src/labelbox/schema/workflow/filter_converters.py
Outdated
Show resolved
Hide resolved
libs/labelbox/src/labelbox/schema/workflow/filter_converters.py
Outdated
Show resolved
Hide resolved
Contributor
Author
|
@mrobers1982 I've fixed the code following your comments and implemented "max_contributions_per_user" deployed this morning by Michał. |
mrobers1982
previously approved these changes
Jun 6, 2025
bb3308e to
0c9b1d6
Compare
mrobers1982
approved these changes
Jun 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds workflow management to the SDK.
Note: the verb "create" is used abusively since one doesn't create a workflow but updates it either by removing all nodes first (
reset_config()) or by changing the existing configuration.project.get_workflow()andproject.clone_workflow_from()will raise a warning:Results:

Fixes # (issue)
Type of change
Please delete options that are not relevant.
All Submissions
New Feature Submissions
Changes to Core Features