Order-processing-microservices

Hi
I have found

unknown attribute camunda:topicName [ warning
topic missing]
it’s an typical microservice implementation with Camunda ?

It’s certainly one of the more popular options. But it often depends on what kind of architecture you’re interested in.
It’s a very good starting point though.

It seems me project is not complete, i d’ont found topic name for “Trigger Shippment” and for “Release Order Item” ?
There is no java and no scala code associated ?

Regards

If you deploy a process with an External Task that has a topic - you need an external worker to pick up that work, complete it and then complete the task via the REST API.

Or you can use one of the supported clients.

So difference between external “task Worker/External task” and “External task Client” is more decouple service from Workflow but in this case i have two workflow ? and two java project ?
In modeler there is no difference between “External task” and “External tasl Client” ?