|
|
|
@ -50,13 +50,10 @@ const useConfig = (id: string, payload: LoopNodeType) => {
|
|
|
|
// single run
|
|
|
|
// single run
|
|
|
|
const loopInputKey = `${id}.input_selector`
|
|
|
|
const loopInputKey = `${id}.input_selector`
|
|
|
|
const {
|
|
|
|
const {
|
|
|
|
isShowSingleRun,
|
|
|
|
|
|
|
|
showSingleRun,
|
|
|
|
showSingleRun,
|
|
|
|
hideSingleRun,
|
|
|
|
hideSingleRun,
|
|
|
|
toVarInputs,
|
|
|
|
toVarInputs,
|
|
|
|
runningStatus,
|
|
|
|
|
|
|
|
handleRun: doHandleRun,
|
|
|
|
handleRun: doHandleRun,
|
|
|
|
handleStop,
|
|
|
|
|
|
|
|
runInputData,
|
|
|
|
runInputData,
|
|
|
|
setRunInputData,
|
|
|
|
setRunInputData,
|
|
|
|
runResult,
|
|
|
|
runResult,
|
|
|
|
@ -342,16 +339,11 @@ const useConfig = (id: string, payload: LoopNodeType) => {
|
|
|
|
filterInputVar,
|
|
|
|
filterInputVar,
|
|
|
|
childrenNodeVars,
|
|
|
|
childrenNodeVars,
|
|
|
|
loopChildrenNodes,
|
|
|
|
loopChildrenNodes,
|
|
|
|
isShowSingleRun,
|
|
|
|
|
|
|
|
showSingleRun,
|
|
|
|
showSingleRun,
|
|
|
|
hideSingleRun,
|
|
|
|
|
|
|
|
isShowLoopDetail,
|
|
|
|
isShowLoopDetail,
|
|
|
|
showLoopDetail,
|
|
|
|
showLoopDetail,
|
|
|
|
hideLoopDetail,
|
|
|
|
hideLoopDetail,
|
|
|
|
backToSingleRun,
|
|
|
|
backToSingleRun,
|
|
|
|
runningStatus,
|
|
|
|
|
|
|
|
handleRun,
|
|
|
|
|
|
|
|
handleStop,
|
|
|
|
|
|
|
|
runResult,
|
|
|
|
runResult,
|
|
|
|
inputVarValues,
|
|
|
|
inputVarValues,
|
|
|
|
setInputVarValues,
|
|
|
|
setInputVarValues,
|
|
|
|
|