feat(fase4): add advanced nodes - switch, delay, random, loop, goto
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -16,3 +16,11 @@ from app.nodes.basic import (
|
||||
WaitInputExecutor,
|
||||
)
|
||||
from app.nodes.script import HttpRequestExecutor, JavaScriptExecutor
|
||||
from app.nodes.validation import (
|
||||
ValidateDateExecutor,
|
||||
ValidateEmailExecutor,
|
||||
ValidateNumberExecutor,
|
||||
ValidateOptionsExecutor,
|
||||
ValidatePhoneExecutor,
|
||||
ValidateRegexExecutor,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user