Merge branch 'fix/chore-fix' into dev/plugin-deploy

This commit is contained in:
Novice Lee
2025-01-09 16:50:35 +08:00
3 changed files with 46 additions and 1 deletions

View File

@ -385,6 +385,7 @@ class WorkflowBasedAppRunner(AppRunner):
error=event.error,
status=event.status,
data=event.data,
metadata=event.metadata,
)
)
elif isinstance(event, ParallelBranchRunStartedEvent):