使用ctx.operation.fromJSON()加载工作流修改之前备份的json配置,相同节点的内容不会被刷新,会保持现在的内容,在旧版本中使用ctx.document.reload()加载json就会刷新,请问如何能让所有节点都以新加载的json配置为准,刷新内容
This text is auto-translated:
Use ctx.operation.fromJSON() to load the workflow and modify the previously backed up json configuration. The content of the same node will not be refreshed and will maintain the current content. In the old version, using ctx.document.reload() to load json will refresh. How can I make all nodes refresh the content based on the newly loaded json configuration?