fix: issues with cron workflow labels not being set/saved.

This commit is contained in:
Andrey Melnikov
2020-04-29 14:01:37 -07:00
parent 92bde140b9
commit b0571f69c9
6 changed files with 171 additions and 59 deletions

View File

@@ -92,4 +92,6 @@ message CronWorkflow {
int32 failedJobsHistoryLimit = 8;
WorkflowExecution workflowExecution = 9;
repeated KeyValue labels = 10;
}