-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get java object from process instance variables - closes #69 #70
Conversation
Unit Test Results 1 files ±0 1 suites ±0 13s ⏱️ +3s Results for commit e5439fc. ± Comparison against base commit 2185b17. This pull request removes 1 and adds 3 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
CamundaLibrary/CamundaLibrary.py
Outdated
except ApiException as e: | ||
raise ApiException(f'Failed to get variable {variable_name} from ' | ||
f'process instance {process_instance_id}:\n{e}') | ||
if automated_type_conversion: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unbound name: Name automated_type_conversion
is used but not defined in the current scope.
(at-me in a reply with help
or ignore
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pipeline was faster
Close #69