-
Notifications
You must be signed in to change notification settings - Fork 18
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
Migrate to Zeebe 1.x #90
Comments
Hello, I'm trying to dig this problem. |
@tbfly awesome that you want to contribute 🚀
No. We can still use the job worker to read the tasks. The But it order to read the form, we need to import the process record. The form is stored in the process extension zeebe:userTaskForm. |
@saig0 Thx, I will check this path. Now, I just use HazelcastService to load the exist taskinfo in jobrecord.
Exactly! I found this way too. "UserTaskJobHandler" still useful for import userService job, "taskForm" and "formFields" info. I just found the Demo.java code useful to test for load taskForm and formFields. |
Some update by using [io.camunda.zeebe:formKey]. |
Done by #91 🚀 |
Currently, the project uses a Zeebe client
0.26.x
. In order to support the new Zeebe/Camunda Cloud versions>= 1.0
, we need to update the Zeebe client.Similar projects are already migrated, for example, camunda-community-hub/zeebe-simple-monitor#250.
The text was updated successfully, but these errors were encountered: