Hi, How should one model a business process for the following scenarios: 1) A main process forks two parallel branches, and if any one of the branches throws an exception then the entire process must terminate
2) A main process forks two parallel branches, and if any one of the branches throws an exception the process must NOT terminate/end, but continue executing the other branch