mirror of
https://github.com/usual2970/certimate.git
synced 2025-10-05 14:04:54 +00:00
feat: workflow run dispatcher
This commit is contained in:
@@ -46,6 +46,6 @@ func Register(router *router.Router[*core.RequestEvent]) {
|
||||
|
||||
func Unregister() {
|
||||
if workflowSvc != nil {
|
||||
workflowSvc.Stop(context.Background())
|
||||
workflowSvc.Shutdown(context.Background())
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user