mirror of
https://github.com/langgenius/dify.git
synced 2026-01-28 22:53:23 +08:00
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
Block a user