Documentation for creating workflows dynamically using yaml

Hello, Currently I am working on a project where tasks are needed to execute in different order and hence need to generate workflow models dynamically at runtime. documentation on creating yaml based workflows is very limited. for example there is no information on defining gateways and messages, specifying correlation keys etc. Can some pointers be provided for the same ? I am working on nodejs based environment so java modelling api is a no go and reason of choosing yaml based approach.

Hi @parijat.softobiz, YAML doesn’t have the same level of support in Zeebe as BPMN XML, and is unlikely to get it in the near future unless it is via a community contribution. See this issue.

There was some discussion about dynamic processes using BPMN in the Zeebe Slack back in May.