Workflow fast follows batch (#9587)
- Add icon chevron on select - Fix event step label - Fix generate function output
This commit is contained in:
@ -92,7 +92,7 @@ export class WorkflowVersionStepWorkspaceService {
|
||||
isLeaf: true,
|
||||
icon: 'IconVariable',
|
||||
tab: 'test',
|
||||
label: 'Generate Function Input',
|
||||
label: 'Generate Function Output',
|
||||
},
|
||||
_outputSchemaType: 'LINK',
|
||||
},
|
||||
|
||||
@ -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',
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user