Implement branch front end (#13489)
First PR to support workflow branches on frontend
This commit is contained in:
+4
@@ -30,6 +30,10 @@ type BaseWorkflowAction = {
|
||||
name: string;
|
||||
type: WorkflowActionType;
|
||||
settings: WorkflowActionSettings;
|
||||
position?: {
|
||||
x: number;
|
||||
y: number;
|
||||
};
|
||||
valid: boolean;
|
||||
nextStepIds?: string[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user