我正在嘗試使用 Go 客戶端以編程方式管理工作流程。我正在使用 yaml,這是我的工作流程:name: order-processtasks: - id: collect-money type: payment-service - id: fetch-items type: inventory-service switch: - case: totalPrice > 100 goto: ship-parcel-with-insurance - default: ship-parcel - id: ship-parcel-with-insurance type: shipment-service-premium end: true - id: ship-parcel type: shipment-service當我部署它時,我無法在 camunda 操作中將其可視化,頁面卡在加載中,并且在控制臺中出現此錯誤:Error: unparsable content detected line: 0 column: 0 nested error: missing start tag
1 回答

守候你守候我
TA貢獻1802條經驗 獲得超10個贊
很抱歉,Operate 目前僅支持 BPMN XML 部署。Zeebe 中的 YAML 支持只是初步的,并不適用于現實世界的用例。使用 yaml 對復雜流程進行建模變得非常困難,而這在 BPMN 中很容易實現。我們強烈建議您切換到Zeebe Modeler來創(chuàng)建您的工作流模型。
如果您想進一步討論這個問題,我們很高興在我們的社區(qū)頻道之一歡迎您。
- 1 回答
- 0 關注
- 707 瀏覽
添加回答
舉報
0/150
提交
取消