CQRS pattern using Flowable Event Engine

Hi Team,

Can we use Flowable Event Engine for CQRS pattern?

regards
sri

Yes. In fact, a process/case is an ideal candidate to be the ‘command’ part on receiving an event.

What exactly are you looking for?

Thanks for information. Can we assume that Runtime Tables and History Tables are following the principle of CQRS with exist Architecture? Because runtime data is replicated in History tables by sync and async mechanism

Can you elaborate on that concept, not something that rings a bell immediately?

But yes: flowable has the option to either have synchronous history (100% in sync with the runtime) or asynchronous.