While the “Open link (url)” can be solved with an event, my two other points cannot in a dynamic way.
Currently, it is not possible to print a step based on its name in a dynamic way (similar to the transition - go to step by name). I was hoping that a print function could be called with JS and set a step name (or step name ID) as input.
Guessing that JS was used to create the “print a step” function, would it be okay to share its code to us?
Would it even be possible to share the code of the different default widgets? It would be a precious source of knowledge to develop even more (and better) custom widgets.
Hey Kevin – for security purposes, the Custom Widgets run in a sandbox, and therefore don’t have access to the same functions that we use to develop the 1st party widgets or trigger actions. Down the line, we’d like to expose more functionality directly to the Custom Widgets API. Until then, the code behind widgets or trigger actions won’t help out with CWs