OpenWFE supports (implicitely) this pattern : a business process is terminated once there is nothing else to do.
OpenWFE's workflows usually end when the tree of expressions has been applied and replied from and to its root. Upon reply to an expression that has no parent (the root), the workflow instance ends.
There is no 'break' or 'exit' expression in OpenWFE.