mirror of https://github.com/langgenius/dify.git
feat(trigger): add TriggerSchedule to node type checks for workflow execution
This commit is contained in:
parent
18a52b4937
commit
55bf9196dc
|
|
@ -34,6 +34,7 @@ export const canRunBySingle = (nodeType: BlockEnum, isChildNode: boolean) => {
|
|||
|| nodeType === BlockEnum.VariableAggregator
|
||||
|| nodeType === BlockEnum.Assigner
|
||||
|| nodeType === BlockEnum.DataSource
|
||||
|| nodeType === BlockEnum.TriggerSchedule
|
||||
|| nodeType === BlockEnum.TriggerWebhook
|
||||
|| nodeType === BlockEnum.TriggerPlugin
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue