Disabled Execute Condition on Stop Run Action

In FB 4.1.0.228, the Execute Condition on the Properties tab of the Stop Run Action is disabled. Is this by design, and if so, any special reason why?

This is by design, the Stop Run action is a special case that doesn’t go through the normal code path in the execution engine, so it never gets to the part where the condition is evaluated.

To work around this, add an action group with a condition and make the Stop action a child of the action group.


Thanks, Vincent, I’d already done exactly that as a workaround.

Cheers

Ken