docs: added more docs

This commit is contained in:
Andrey Melnikov
2020-06-22 11:32:33 -07:00
parent a0197e0883
commit ab9627f249
2 changed files with 4 additions and 2 deletions

View File

@@ -535,7 +535,7 @@ func (c *Client) CronStartWorkflowExecutionStatisticInsert(namespace, uid string
insertMap := sq.Eq{
"uid": uid,
"workflow_template_version_id": cronWorkflow.WorkflowTemplateVersionId,
"workflow_template_version_id": cronWorkflow.WorkflowTemplateVersionID,
"name": uid,
"namespace": namespace,
"phase": wfv1.NodeRunning,