Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ generateExecutionID
Function
generateExecutionID
pkg/workflow/engine.go:995–997 ·
view source on GitHub ↗
generateExecutionID 生成执行ID
()
Source
from the content-addressed store, hash-verified
993
994
// generateExecutionID 生成执行ID
995
func
generateExecutionID() string {
996
return
fmt.Sprintf(
"exec_%d"
, time.Now().UnixNano())
997
}
Callers
1
createExecution
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected