Displaying a petri net model

Hello everyone,
I am using the process mining extension and I have the following workflow. I am trying to output the Petri net model as an image or in some other form so that I can pass it to other nodes like an interactive widget. Later, I will also try to output this model onto a server. However, I am a bit confused on how to do so as I am unfamiliar with the output type of these nodes.
image

It would be great if someone could help me out :grinning:
thanks!

Hello @RijinM,

Under the Process Mining Extension that is installed for these nodes, it looks like there are 3 visualization based nodes

  1. Visualize PN (GraphViz)
  2. Visualize PT (GraphViz)
  3. Visualize DFM (GraphViz)

Then as far as writing these models, there is also a node named Petrinet Write, that seems to be happy connecting after the process tree to petri net converter node.

Hopefully this helps!
Ryan

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.