handle exit logic

This commit is contained in:
yoan
2025-01-10 07:25:09 +08:00
parent ebffac7ba4
commit db10ed8378
4 changed files with 32 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ import (
type WorkflowService interface {
Run(ctx context.Context, req *domain.WorkflowRunReq) error
Stop()
}
type workflowHandler struct {