I need to create a Workflow when an Order is placed and when the assigned user changes the Order attribute, it should trigger some business logic.
So far I have defined the Workflow template for Updating Order attribute, but unable to figure out how to dynamically create the Workflow when order is placed from storefront.
You can try overriding afterPlaceOrder method from DefaultCheckoutFacade, get the workflow template and trigger it from there