Fix variable search for iterators (#14742)
Add specific search util for iterators. Also making workflow version id optional in compute step output schema endpoint to avoid breaking changes on next release. Before https://github.com/user-attachments/assets/2ceb5b38-4c0a-4d38-8f57-0e4467dcfd93 After https://github.com/user-attachments/assets/3ce503ac-5299-4bca-906f-e0fef379df7c
This commit is contained in:
+2
-2
@@ -16,7 +16,7 @@ export class ComputeStepOutputSchemaInput {
|
||||
|
||||
@Field(() => UUIDScalarType, {
|
||||
description: 'Workflow version ID',
|
||||
nullable: false,
|
||||
nullable: true,
|
||||
})
|
||||
workflowVersionId: string;
|
||||
workflowVersionId?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user