Colleagues I've found that I can at least partially accomplish BPMN time summations for all TASKs in the chart that are connected linearly via single process arrow connectors. This was done with a final "transaction" object at the end of the chain using the formula:
{{=sum(UPSTREAMDEEP.'TTE')}}
where: TTE is a custom attribute on all preceding BPMN tasks with time-to-execute for that task.
This however being linear does not seem to work well for a single end-state with logically branched (binary) paths.
The thought was to create a property on the decision gateway that would allow the user to select TRUE/FALSE as a predetermined decision and then evaluate the resultant sum. This could be a doable solution to scenario evaluation albeit somewhat manual.
Please advise with examples and/or formula-syntax that i could experiment with.
Thank you