Workflow fast follows batch (#9587)

- Add icon chevron on select
- Fix event step label
- Fix generate function output
This commit is contained in:
Thomas Trompette
2025-01-13 18:31:15 +01:00
committed by GitHub
parent f9a90a6561
commit e893c4dcce
4 changed files with 21 additions and 9 deletions

View File

@ -92,7 +92,7 @@ export class WorkflowVersionStepWorkspaceService {
isLeaf: true,
icon: 'IconVariable',
tab: 'test',
label: 'Generate Function Input',
label: 'Generate Function Output',
},
_outputSchemaType: 'LINK',
},

View File

@ -49,7 +49,7 @@ export const generateFakeObjectRecordEvent = (
properties: {
isLeaf: false,
value: { after: { isLeaf: false, value: after, label: 'After' } },
label: 'Properties',
label: 'Record fields',
},
};
}
@ -65,7 +65,7 @@ export const generateFakeObjectRecordEvent = (
before: { isLeaf: false, value: before, label: 'Before' },
after: { isLeaf: false, value: after, label: 'After' },
},
label: 'Properties',
label: 'Record fields',
},
};
}
@ -78,7 +78,7 @@ export const generateFakeObjectRecordEvent = (
value: {
before: { isLeaf: false, value: before, label: 'Before' },
},
label: 'Properties',
label: 'Record fields',
},
};
}
@ -91,7 +91,7 @@ export const generateFakeObjectRecordEvent = (
value: {
before: { isLeaf: false, value: before, label: 'Before' },
},
label: 'Properties',
label: 'Record fields',
},
};
}