Skip to content

Commit e79be42

Browse files
authored
fix: add support for WorkflowFlowAutomation (#1547)
1 parent f92f788 commit e79be42

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/registry/metadataRegistry.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@
511511
"wds": "wavedataset",
512512
"webStoreBundle": "webstorebundle",
513513
"webStoreTemplate": "webstoretemplate",
514+
"workflowFlowAutomation": "workflowflowautomation",
514515
"weblink": "custompageweblink",
515516
"wlens": "wavelens",
516517
"workSkillRouting": "workskillrouting",
@@ -4544,6 +4545,13 @@
45444545
"strictDirectoryName": false,
45454546
"suffix": "webStoreTemplate"
45464547
},
4548+
"workflowflowautomation": {
4549+
"directoryName": "workflowFlowAutomations",
4550+
"id": "workflowflowautomation",
4551+
"name": "WorkflowFlowAutomation",
4552+
"strictDirectoryName": false,
4553+
"suffix": "workflowFlowAutomation"
4554+
},
45474555
"workflow": {
45484556
"children": {
45494557
"directories": {

0 commit comments

Comments
 (0)