Skip Child steps for selectedroles

Hi,
Is it possible to skip some of child steps for selected roles?
So lets say I have roles as AppServer and Client
And my Parent step is supposed to run for both roles. But I wish to skip couple of child steps for machines with role as Client

Parent Step (for roles AppServer and Client)
Child Step1
Child Step2
Child Step3 (skip for Client)
Child Step4

Hi,

Thanks for getting in touch! It’s not possible to scope child steps to roles. Child steps get their roles from the parent step. However, you can scope child steps to environments.

Since you can only scope the parent step to a role, an option would be to duplicate this step without these child steps that you don’t want run for a particular role. Then scope that new parent step to the other role.

I hope this helps!

Best regards,

Kenny