Skip to content
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

Merged
merged 4 commits into from
Mar 16, 2022

Conversation

Noordsestern
Copy link
Member

Close #69

@github-actions
Copy link

github-actions bot commented Mar 16, 2022

Unit Test Results

  1 files  ±0    1 suites  ±0   13s ⏱️ +3s
42 tests +2  42 ✔️ +2  0 💤 ±0  0 ±0 
47 runs  +2  47 ✔️ +2  0 💤 ±0  0 ±0 

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.
Test Evaluate Decision & Test Deploy Bpmn & Test Start Process & Test Bpmn Error & Test Dict Vars To Json & Test Fetch And Lock & Test Get Amount Workloads & Test Get Recent Process Instance & Test Notify Failure & Test Unlock & Deliver Message & Test Get Process Definitions & Test Delete Processes & Test Get Activity Instance & Test Get All Instances & Test Get Process Instance Variable & Test Get Version.Test Get Process Instance Variable ‑ Get Process Instance Variable
Test Evaluate Decision & Test Deploy Bpmn & Test Start Process & Test Bpmn Error & Test Dict Vars To Json & Test Fetch And Lock & Test Get Amount Workloads & Test Get Recent Process Instance & Test Notify Failure & Test Unlock & Deliver Message & Test Get Process Definitions & Test Delete Processes & Test Get Activity Instance & Test Get All Instances & Test Get Process Instance Variable & Test Get Version.Test Get Process Instance Variable ‑ Get Process Instance Variable: Dictionary
Test Evaluate Decision & Test Deploy Bpmn & Test Start Process & Test Bpmn Error & Test Dict Vars To Json & Test Fetch And Lock & Test Get Amount Workloads & Test Get Recent Process Instance & Test Notify Failure & Test Unlock & Deliver Message & Test Get Process Definitions & Test Delete Processes & Test Get Activity Instance & Test Get All Instances & Test Get Process Instance Variable & Test Get Version.Test Get Process Instance Variable ‑ Get Process Instance Variable: List
Test Evaluate Decision & Test Deploy Bpmn & Test Start Process & Test Bpmn Error & Test Dict Vars To Json & Test Fetch And Lock & Test Get Amount Workloads & Test Get Recent Process Instance & Test Notify Failure & Test Unlock & Deliver Message & Test Get Process Definitions & Test Delete Processes & Test Get Activity Instance & Test Get All Instances & Test Get Process Instance Variable & Test Get Version.Test Get Process Instance Variable ‑ Get Process Instance Variable: String

♻️ This comment has been updated with latest results.

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:
Copy link

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)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pipeline was faster

@Noordsestern Noordsestern merged commit 17fd40a into master Mar 16, 2022
@Noordsestern Noordsestern deleted the feature/69-get-process-variable branch March 16, 2022 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'Get Process Instance Variable' does not unwrap Java variables
2 participants