Size: a a a

Camunda BPM Group

2020 April 20

YY

Yo Yo in Camunda BPM Group
You also may use different process which will generate some message about changes and pass it to target process.
источник

SR

Satya Ram in Camunda BPM Group
Since that service task is a pub sub event, if i am creating new processinstance for every input, then there will be many process instances created.
источник

SR

Satya Ram in Camunda BPM Group
Denis Kotov
do it outside the camunda
Can you please elaborate @Kotskin
источник

DK

Denis Kotov in Camunda BPM Group
Satya Ram
Since that service task is a pub sub event, if i am creating new processinstance for every input, then there will be many process instances created.
what kind of messages you want proceed?
источник

DK

Denis Kotov in Camunda BPM Group
process must possobility to be ended, or you will have issues with DB
источник

SR

Satya Ram in Camunda BPM Group
The use case is, i will be getting sensor data into my service task every 10 seconds, and i am storing the message as process variables, once that is done, i have a dmn where i am trying to compare the threshold with the actual sensor values and then i am calling a call activity, where i will be making an api, if all my conditions inside a dmn are satisfied
источник

DK

Denis Kotov in Camunda BPM Group
and why you want use camunda for that? :)
источник

DK

Denis Kotov in Camunda BPM Group
источник

DK

Denis Kotov in Camunda BPM Group
sensors it a lot of data, you need something more strangeforward like apache storm or kafka streams
источник

DK

Denis Kotov in Camunda BPM Group
becouse camunda relay on RDMS you will get pain in your back soon, if will try to camunda for that use case
источник

DK

Denis Kotov in Camunda BPM Group
https://thingsboard.io/ it`s look more specific for you
источник

SR

Satya Ram in Camunda BPM Group
Cuz it has dmn, i can check if sensor values are matching with the threshold, if the sensor values are matching my threshold values for 4 minutes, then i would give the user a recommendation which is again inside dmn. If we doing it via rest call for event generation, its more of a manual process.
источник

SR

Satya Ram in Camunda BPM Group
Since camunda will automate this process of event generation
источник

SR

Satya Ram in Camunda BPM Group
I want to use camunda
источник

SR

Satya Ram in Camunda BPM Group
Since my process variables will be replaced whenever a new data comes in
источник

SR

Satya Ram in Camunda BPM Group
Do you think it will create problem with db
источник

YY

Yo Yo in Camunda BPM Group
Each variable change means work with db. So, I think yes.
источник

YY

Yo Yo in Camunda BPM Group
Moreover, each access to variable.
источник

YY

Yo Yo in Camunda BPM Group
Do sensors send data to you? Or you should pull it?
источник

SR

Satya Ram in Camunda BPM Group
They send it and we actually subscribe to the topic to which the mqtt is publishing
источник