feat: 工作编排
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
wangdan-fit2cloud 2024-06-25 10:59:54 +08:00
parent e18da50140
commit f18b1de5dc

View File

@ -135,7 +135,12 @@ const clickShowDebug = () => {
const workflow = new WorkFlowInstance(graphData)
try {
workflow.is_valid()
getDetail()
detail.value = {
type: 'WORK_FLOW',
...workflow.get_base_node()?.properties.node_data,
work_flow: getGraphData()
}
showDebug.value = true
} catch (e: any) {
MsgError(e.toString())