I want to use Trigger Bussines Processes inside application stages, so that i am able to process incoming emails(added in the activity table). If i use Trigger Bussines Processes i am not able to utilize the Main Record id column, and pass it as e parameter to the Application.
When moving opportunity stage to completed, I want to make sure user completed specific things. (Created an order and more) and enforce to complete if not.
I added a sub process element to the completed stage, it runs a BP that check all things I need and return true/false.