spring-zeebe
spring-zeebe copied to clipboard
Improve Spring Zeebe docs for newbies
Could be improved (raised by @ingorichtsmeier )
- [ ] Make clear that only Spring Beans can be ZeebeWorkers (
@Componnent
, ...) - [ ] Improve explanation around variable handling / creating a good method signature (
implement JobHandler
vs.@ZeebeVariable
,autoComplete
, ...) - [x] Existing Starter and Worker examples are not sufficient / not properly designed (e.g.
main
method including workers) --> align with best practices e.g. shown in TwitterExample. Maybe make one project out of it.
Recommendation: align the formatting with the downloaded format/GSG repo Example: change zeebe.client.cloud.client-id to zeebe.client.cloud.clientId
Hi @berndruecker . Tks for the client, awesome!!!
I'm stuck with some points before finish a poc to present in my company, that i think this improvments will help, like :
- How can i get current job from an instance id ? With workers is documented. Without a worker ? just an spring rest controller / service ?
- After get this job, how can i complete it ?
- After get this job, how can i get the form key?
I did my part to have this issue fixed here: https://github.com/camunda-community-hub/spring-zeebe/pull/449