I am trying to use Bpmn-JS
in my project.
So when I tried to create workflow I saw
can anyone tell how to remove that as it was coming dynamically in the canvas..!
Thanks in Advance.
I am trying to use Bpmn-JS
in my project.
So when I tried to create workflow I saw
can anyone tell how to remove that as it was coming dynamically in the canvas..!
Thanks in Advance.
You have to inspect the element on browser & find the path or you can apply CSS to that element as
style="visibility:hidden"
see below I have made it hidden