How to skip specific Execution Plan Steps?
问题 In the TaskBlockService there is a POST call that one or more steps should be skipped . There is not a good example given how the posted XML (List of String) the paths of the steps to skip . Tried the following content for the POSTed data: curl -X POST https://xldeploy.company.com/deployit/tasks/v2/5e917094-d054-4cc7-940e-89d851ca225a/skip File remove-steps.xml content - sample 1: <list> <string>0_1_1</string> </list> File remove-steps.xml content - sample 2: <list> <string>0-1-1</string> <