Hi @schatten,
I understand why the action is no longer shown after test is set to true. However, the issue I am reporting concerns the action that is already in progress.
conditionShow should control whether the action is available before it is started. Once the hold action has begun, its continuation should be controlled by conditionProgress, which remains "true" in this example.
Here, changing the variable inside codeStart causes the progress icon of the currently running action to disappear, even though conditionProgress is still valid and the action continues.
The expected distinction would be:
Therefore, setting test to true should prevent the action from being shown again, but it should not hide the progress icon of the action that is already running.
That distinction is the issue I am trying to report.