Order Filling Workflow - NeoSOFT-Technologies/workflow-plugins GitHub Wiki
Description
Short-running Workflow can be useful to implement a business rules engine, while long-running workflows greatly simplify the implementation of complex processes that involve coordinating between multiple agents (users & machines).
Here is an example of a project that demonstrate ordering product with a certain process
Workflow Demo-1
In this demo, we will check if the customer has enough balance to purchase any product if enough balance is not available then an email will be triggered to the user.
Workflow Demo-2
In this demo, we will check products availability and scheduling products, generating Invoices for users.