diff --git a/core/server.go b/core/server.go index d8d3a6a1..f14c1e45 100644 --- a/core/server.go +++ b/core/server.go @@ -352,6 +352,7 @@ func (m *RpcServer) doNewEnvironmentAsync(cxt context.Context, userVars map[stri State: newEnv.CurrentState(), LastRequestUser: requestUser, WorkflowTemplateInfo: newEnv.GetWorkflowInfo(), + Message: "created new environment", }) return }