Issue
Symptoms
A wait for condition remains in the executing state although the conditions defined in the activity have been met. Nudging the workflow context does not move the workflow forward.
Release
London, Madrid
Cause
The Wait for condition does not know how to handle the filter condition as the script section of the activity is missing.
Resolution
Adding answer = true; in the script section for the wait for condition resolves this issue.