``` cylc stop a/run1 a/run2 //42 ``` - Expected: both workflows stop after cycle point 42 has completed - Actual: `run1` stops immediately, `run2` stops after cycle 42 has completed ``` cylc stop a/run1//42 a/run2//42 ``` - Expected: same as above - Actual: `InputError: IDs contain too many cycles/tasks/jobs (max 1)`