Request to allow disabling workflow step while executing wf using rest API. Currently, steps are not documented but it can be achieved by providing stepList array in request body with disable=true set for step which needs to be skipped. This shoul...