This is annoying because in our code we sometime use the context, and sometime the template to find out the pipeline step. Is their a way to:
a/ with the context, return the short name of the pipeline step
b/ with the template, return the ‘long’ name of the pipeline step
It should be possible to use either name as the step parameter by modifying your folder schema - open e.g. config/core/schema/project/sequences/shot/step.yml and you’ll see the name property which defines what field to use. Admittedly, this part is a bit more magical than it should be, for instance the entity types seem limited. (I cannot say for sure)
For the context, of course you can make an extra request and obtain the short name from the step: