mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-05 13:46:51 +08:00
Refactored CronWorkflow message.
- Moved Parameters to it's own field - Using WorkflowTemplate directly, instead of nesting it inside of WorkflowExecution. - Updated related code to use new structure.
This commit is contained in:
@@ -88,6 +88,6 @@ message CronWorkflow {
|
||||
int64 startingDeadlineSeconds = 6;
|
||||
int32 successfulJobsHistoryLimit = 7;
|
||||
int32 failedJobsHistoryLimit = 8;
|
||||
|
||||
WorkflowExecution workflowExecution = 9;
|
||||
repeated WorkflowExecutionParameter parameters = 9;
|
||||
WorkflowTemplate workflowTemplate = 10;
|
||||
}
|
Reference in New Issue
Block a user