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

Add ModifyProcessInstance to client #641

Merged
merged 9 commits into from
Jan 29, 2024
Merged

Add ModifyProcessInstance to client #641

merged 9 commits into from
Jan 29, 2024

Conversation

ChrisKujawa
Copy link
Collaborator

Based on #622

I took the state from #622 and reworked it a bit to align with the Java client implementation, so examples can be reused and we have the same experience in the clients. See related interface in Java client https://github.com/camunda/zeebe/blob/main/clients/java/src/main/java/io/camunda/zeebe/client/api/command/ModifyProcessInstanceCommandStep1.java

closes #622

dimasm61 and others added 8 commits January 28, 2024 21:06
Align ModifyPI interface with java client side
In order to set variables after activate element we have to return the step three command
Add more tests and refactor to new interface
Implement new interface
Remove usage of lists
Use request directly
@ChrisKujawa ChrisKujawa merged commit c315aff into main Jan 29, 2024
5 checks passed
@ChrisKujawa ChrisKujawa deleted the dimasm61-main branch January 29, 2024 11:39
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.

2 participants