Closed omar-louati closed 2 years ago
Hello,
it is possible to use the Elsa Studio Component as a WebComponent if you use directly the npm package. You can then customize the CSS if you want to change some element like as you mention a background color.
it's also possible to extend some capability of the designer with adding of some control around the activity like icon, design-time behavior or field type like it's mentions on the following documentation : https://elsa-workflows.github.io/elsa-core/docs/next/extensibility/extensibility-designer-plugins
If you want to add other specific functionality, you can fork and work directly on the source code. In this case, you have then two possibilities :
HTH
Hello,
Is it possible to use the Elsa studio components (version 2.) in angular 2+ and also customize them to add new functionalities like a resume button when an instance is suspended or change background colors depending on the activity status...
Thanks in advance.