Add command to backfill next step id on version and run steps (#11579)
- add next step id on step - backfill next step id on step, except for the last one - backfill flow for workflow run, when it exists --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
@ -25,6 +25,7 @@ type BaseWorkflowAction = {
|
||||
type: WorkflowActionType;
|
||||
settings: WorkflowActionSettings;
|
||||
valid: boolean;
|
||||
nextStepIds?: string[];
|
||||
};
|
||||
|
||||
export type WorkflowCodeAction = BaseWorkflowAction & {
|
||||
|
||||
Reference in New Issue
Block a user