Hello,
When we start chart using system.sfc.start it always start from 1st step. let’s assume i have 100 steps in chart and want to start from 50 number step so what is way to skip above steps. When i am trying to pass active step in payload itself it’s not considering as a start step and i didn’t found any Api like gotostep or jumptostep. is there any way to do that using python scripting or java SDK ?? also i don’t want to use transition step to achieve this.