IntegrationStrategy
IntegrationStrategy =
"localStorage"|"api"|"props"
Persistence strategy identifier — one of:
'localStorage': editor reads / writes the diagram under a fixed'workflowBuilderDiagram'key in browserlocalStorage(not derived from the instancenameprop). Default.'api': editor performs HTTP load + save against the configuredendpoints.load/endpoints.saveURLs.'props': editor calls the host-suppliedonDataSavecallback; initial state comes frominitialNodes/initialEdgesprops.