Currently, the step icon for a custom step type is defined statically:
It would be nice if the step icon could also be specitied via expression. This would allow step types where the step icon changes based on the configuration. For example, the lock step could be made more intuitive:
Current static icon:
With dynamic icons:
To accomplish this currently, you need to update the icon for the step via the API in the edit substep, which is cumbersome and adds coupling between the edit substep code and the icon names.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.