feat: inclue id in robot metadta

This commit is contained in:
karishmas6
2024-10-08 20:46:27 +05:30
parent fbf5acf9c2
commit 0b0eab17b4

View File

@@ -29,6 +29,7 @@ interface PersistedGeneratedData {
interface MetaData {
name: string;
id: string;
create_date: string;
pairs: number;
update_date: string;
@@ -84,6 +85,7 @@ export class WorkflowGenerator {
*/
private recordingMeta: MetaData = {
name: '',
id: '',
create_date: '',
pairs: 0,
update_date: '',