feat(workflow): domain model for workflow node execution (#19430)

Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
-LAN- 2025-05-17 00:56:16 +08:00 committed by GitHub
commit 4977bb21ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 1108 additions and 483 deletions

View file

@ -1,7 +1,7 @@
from enum import StrEnum
class CreatedByRole(StrEnum):
class CreatorUserRole(StrEnum):
ACCOUNT = "account"
END_USER = "end_user"