Start using next step ids (#11683)
- update workflow executor - update next step ids on step creation/deletion - use these in workflow run - use these in variables
This commit is contained in:
@ -8,6 +8,7 @@ export const CREATE_WORKFLOW_VERSION_STEP = gql`
|
||||
type
|
||||
settings
|
||||
valid
|
||||
nextStepIds
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
@ -8,6 +8,7 @@ export const DELETE_WORKFLOW_VERSION_STEP = gql`
|
||||
type
|
||||
settings
|
||||
valid
|
||||
nextStepIds
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
@ -8,6 +8,7 @@ export const UPDATE_WORKFLOW_RUN_STEP = gql`
|
||||
type
|
||||
settings
|
||||
valid
|
||||
nextStepIds
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
@ -8,6 +8,7 @@ export const UPDATE_WORKFLOW_VERSION_STEP = gql`
|
||||
type
|
||||
settings
|
||||
valid
|
||||
nextStepIds
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user