nitram509 / lib-bpmn-engine

A BPMN engine, meant to be embedded in Go applications with minimal hurdles, and a pleasant developer experience using it. This approach can increase transparency for non-developers.
https://nitram509.github.io/lib-bpmn-engine/
MIT License
287 stars 74 forks source link

bpmn is driven through for temporal #143

Closed cq-z closed 1 year ago

cq-z commented 1 year ago

@nitram509 hi ,Are you considering using temporal to drive bpmn。Make lib-bpmn-engine a distributed service。

cq-z commented 1 year ago

like this image

nitram509 commented 1 year ago

Hi,

no, I'm not considering using temporal. lib-bpmn-engine is meant to be embedded into applications as a library.

That said, because of its nature lib-bpmn-engine could be used in a temporal application, and then use cases which required distributed execution are possible to implement.

Regards Martin

cq-z commented 1 year ago

I'll try it out when this feature(#12) is complete

cq-z commented 1 year ago

thanks