Usage of sequence step

Hi,

I want to evaluate if there is any impact of using sequence step on performance. Let me explain.

e.g. In a branch step I am switching on a variable “abc”. In branch conditions based on value, I am just mapping the “abc” field to another field in map step. Now instead of specifying the value label to map step, if I put labeled sequence there and place the map step inside it, will there be any difference interms of performance. I know it is not required to put sequence if you do not have multiple steps to be executed.

Bottomline: Is SEQUNCE step an executable step? Will it be like sacrificing perfomance over code readibility if I use sequence steps generously?

Regards,
Abhijit

I’m not sure what happens at run-time with a sequence step but it seems unlikely to have any meaningful performance impact. It’s not something to worry about.