BpmnViewer
code example:
import { BpmnViewer } from "kdpa-modules";
sx={{
height: "95vh",
width: "80vw",
margin: "auto",
backgroundColor: "whitesmoke",
}}
info={[...]}
inputXml={
...}
showActions={["PLAY", "ZOOM_IN", "ZOOM_OUT", "TARGET"]}
/>
CmmnViewer
code example:
import { CmmnViewer } from "kdpa-modules";
sx={{
height: "95vh",
width: "80vw",
margin: "auto",
backgroundColor: "whitesmoke",
}}
xml={
...}
showActions={["ZOOM_IN", "ZOOM_OUT", "TARGET"]}
/>