berndruecker / flowing-retail

Sample application demonstrating an order fulfillment system decomposed into multiple independant components (e.g. microservices). Showing concrete implementation alternatives using e.g. Java, Spring Boot, Apache Kafka, Camunda, Zeebe, ...
Apache License 2.0
1.31k stars 468 forks source link

search zeebe create instance command #21

Closed pcouas closed 5 years ago

pcouas commented 5 years ago

Hi,

I search zbctl complete create instance command I hve tried without succes \zbctl.exe create instance order-zeebe --variables "{\"orderId\": \"1234\", \"orderValue\":99}"

Regards

berndruecker commented 5 years ago

What's the exact problem you are facing? The command seems to be right - I also double checked with the docs: https://docs.zeebe.io/introduction/quickstart.html#step-4-create-a-workflow-instance and the source: https://github.com/zeebe-io/zeebe/blob/develop/clients/zbctl/cmd/createInstance.go. Please re-open with the complete error message and scenario description. thanks.