Description
This feature request includes 2 things:
- ability to pass a boolean as a param (current workaround is to use an int)
- ability to skip a step based on a boolean param
Example
I want to be able to specify
- name: SkipConvert
type: BOOL
and then in the step have something like:
skipIfTrue: {{Param.SkipConvert}}
in which case it bypasses that step entirely and it doesn't show up in Deadline Cloud