We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce1357 commit 1f512fbCopy full SHA for 1f512fb
1 file changed
core/server.go
@@ -352,6 +352,7 @@ func (m *RpcServer) doNewEnvironmentAsync(cxt context.Context, userVars map[stri
352
State: newEnv.CurrentState(),
353
LastRequestUser: requestUser,
354
WorkflowTemplateInfo: newEnv.GetWorkflowInfo(),
355
+ Message: "created new environment",
356
})
357
return
358
}
0 commit comments