datastacktv / data-engineer-roadmap

Roadmap to becoming a data engineer in 2021
https://datastack.tv
12.2k stars 1.31k forks source link

Which BPM would you suggest #5

Closed Sunil6591 closed 3 years ago

Sunil6591 commented 3 years ago

So all application have business processes, I saw you mentioned workflow scheduling but can that also be used for bpm kind of system

alexandraabbas commented 3 years ago

Hey there, not sure what you mean. Can you elaborate?

Sunil6591 commented 3 years ago

So if order processing workflow then it goes like this - Order is placed -> System auto confirms based on same rules -> Auto checks inventory -> If inventory ok -> fulfil the order Workflows like these where each task has a set of rules and state. E.g. https://camunda.com/ is one bpm i know. So system like these if you know and can include in your diagram. btw - its awesome diagrammatic representation, thanks for that!!

alexandraabbas commented 3 years ago

In theory Apache Airflow could be used for a workflow like this but probably would be too slow. I'll have a look at the tool you sent and include it if relevant. Thanks very much!