|
|
|
@ -395,6 +395,7 @@ export const canRunBySingle = (nodeType: BlockEnum) => {
|
|
|
|
|| nodeType === BlockEnum.Tool
|
|
|
|
|| nodeType === BlockEnum.Tool
|
|
|
|
|| nodeType === BlockEnum.ParameterExtractor
|
|
|
|
|| nodeType === BlockEnum.ParameterExtractor
|
|
|
|
|| nodeType === BlockEnum.Iteration
|
|
|
|
|| nodeType === BlockEnum.Iteration
|
|
|
|
|
|
|
|
|| nodeType === BlockEnum.Agent
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type ConnectedSourceOrTargetNodesChange = {
|
|
|
|
type ConnectedSourceOrTargetNodesChange = {
|
|
|
|
|