This is an automated email from the ASF dual-hosted git repository. xwm1992 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/eventmesh-workflow.git
commit 2e21cdbcb89c8b9406e4853279a73c8eebf161de Merge: 78350ef eece8af Author: mike_xwm <[email protected]> AuthorDate: Thu Jul 2 10:02:35 2026 +0800 Merge pull request #23 from qqeasonchen/main [ISSUE #22]Feature Request: Upgrade to Serverless Workflow DSL 1.0.3 README.md | 67 ++- cmd/controller/main.go | 1 + cmd/controller/workflow.go | 44 +- configs/testcreateworkflow-v1.yaml | 69 +++ docs/DESIGN.md | 444 +++++++++++++++++++ docs/DESIGN_CN.md | 444 +++++++++++++++++++ docs/ISSUE.md | 172 ++++++++ docs/USAGE.md | 681 +++++++++++++++++++++++++++++ docs/USAGE_CN.md | 681 +++++++++++++++++++++++++++++ flow/engine.go | 4 +- go.mod | 1 - internal/bridge/a2a_executor.go | 132 ++++++ internal/bridge/a2a_types.go | 182 ++++++++ internal/bridge/workflow_agent.go | 191 ++++++++ internal/constants/constants.go | 11 + internal/dal/config.go | 4 +- internal/dal/model/workflow_task.go | 2 + internal/dal/workflow.go | 270 ++++++------ internal/filter/data_filter.go | 24 +- internal/filter/data_filter_test.go | 20 +- internal/metrics/metrics.go | 32 +- internal/queue/eventmesh_queue.go | 8 +- internal/queue/in_memory_queue.go | 8 +- internal/queue/queue.go | 2 + internal/schedule/inline_scheduler.go | 8 +- internal/task/a2a_integration.go | 50 +++ internal/task/event_task.go | 13 +- internal/task/local_runtime.go | 305 +++++++++++++ internal/task/operation_task.go | 60 ++- internal/task/runtime_util.go | 141 ++++++ internal/task/switch_task.go | 69 ++- internal/task/task.go | 20 +- middleware/dblock/lock.go | 6 +- third_party/swf/model.go | 170 +++++++ third_party/swf/parser_integration_test.go | 85 ++++ third_party/swf/swf.go | 414 +++++++++++++++++- third_party/swf/swf_test.go | 122 +++++- 37 files changed, 4731 insertions(+), 226 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
