Florian Guily
03/23/2022, 4:33 PMKevin Kho
03/23/2022, 4:34 PMcase
raises a SKIP when the condition is not met so the skip propagates. You can set a trigger to force executionFlorian Guily
03/23/2022, 4:35 PMKevin Kho
03/23/2022, 4:36 PMalways_run
or something that will ignore the SKIPFlorian Guily
03/24/2022, 10:42 AMKevin Kho
03/24/2022, 1:37 PMwith case(...):
task1()
task2()