Skip to content

Commit

Permalink
fix: add workflow flow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarvin8 authored Jan 6, 2025
1 parent f2d4f5c commit e444d23
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"weblink": "customobject",
"workflowalert": "workflow",
"workflowfieldupdate": "workflow",
"workflowflowaction": "workflow",
"workflowknowledgepublish": "workflow",
"workflowoutboundmessage": "workflow",
"workflowrule": "workflow",
Expand Down Expand Up @@ -513,6 +514,7 @@
"workflow": "workflow",
"workflowAlert": "workflowalert",
"workflowFieldUpdate": "workflowfieldupdate",
"workflowFlowAction": "workflowflowaction",
"workflowKnowledgePublish": "workflowknowledgepublish",
"workflowOutboundMessage": "workflowoutboundmessage",
"workflowRule": "workflowrule",
Expand Down Expand Up @@ -4517,6 +4519,7 @@
"directories": {
"workflowAlerts": "workflowalert",
"workflowFieldUpdates": "workflowfieldupdate",
"workflowFlowActions": "workflowflowaction",
"workflowKnowledgePublishs": "workflowknowledgepublish",
"workflowOutboundMessages": "workflowoutboundmessage",
"workflowRules": "workflowrule",
Expand All @@ -4526,6 +4529,7 @@
"suffixes": {
"workflowAlert": "workflowalert",
"workflowFieldUpdate": "workflowfieldupdate",
"workflowFlowAction": "workflowflowaction",
"workflowKnowledgePublish": "workflowknowledgepublish",
"workflowOutboundMessage": "workflowoutboundmessage",
"workflowRule": "workflowrule",
Expand All @@ -4549,6 +4553,14 @@
"uniqueIdElement": "fullName",
"xmlElementName": "fieldUpdates"
},
"workflowflowaction": {
"directoryName": "workflowFlowActions",
"id": "workflowflowaction",
"name": "WorkflowFlowAction",
"suffix": "workflowFlowAction",
"uniqueIdElement": "fullName",
"xmlElementName": "flowActions"
},
"workflowknowledgepublish": {
"directoryName": "workflowKnowledgePublishs",
"id": "workflowknowledgepublish",
Expand Down

2 comments on commit e444d23

@svc-cli-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: e444d23 Previous: faed6fd Ratio
eda-componentSetCreate-linux 215 ms 217 ms 0.99
eda-sourceToMdapi-linux 1934 ms 1963 ms 0.99
eda-sourceToZip-linux 1716 ms 1745 ms 0.98
eda-mdapiToSource-linux 2596 ms 2648 ms 0.98
lotsOfClasses-componentSetCreate-linux 405 ms 416 ms 0.97
lotsOfClasses-sourceToMdapi-linux 3550 ms 3606 ms 0.98
lotsOfClasses-sourceToZip-linux 2744 ms 2792 ms 0.98
lotsOfClasses-mdapiToSource-linux 3436 ms 3405 ms 1.01
lotsOfClassesOneDir-componentSetCreate-linux 718 ms 746 ms 0.96
lotsOfClassesOneDir-sourceToMdapi-linux 6117 ms 6228 ms 0.98
lotsOfClassesOneDir-sourceToZip-linux 4917 ms 4924 ms 1.00
lotsOfClassesOneDir-mdapiToSource-linux 6048 ms 6056 ms 1.00

This comment was automatically generated by workflow using github-action-benchmark.

@svc-cli-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: e444d23 Previous: faed6fd Ratio
eda-componentSetCreate-win32 695 ms 674 ms 1.03
eda-sourceToMdapi-win32 4066 ms 3952 ms 1.03
eda-sourceToZip-win32 3102 ms 2992 ms 1.04
eda-mdapiToSource-win32 5939 ms 5913 ms 1.00
lotsOfClasses-componentSetCreate-win32 1356 ms 1335 ms 1.02
lotsOfClasses-sourceToMdapi-win32 8402 ms 8201 ms 1.02
lotsOfClasses-sourceToZip-win32 5664 ms 5004 ms 1.13
lotsOfClasses-mdapiToSource-win32 8285 ms 8072 ms 1.03
lotsOfClassesOneDir-componentSetCreate-win32 2312 ms 2295 ms 1.01
lotsOfClassesOneDir-sourceToMdapi-win32 14624 ms 14671 ms 1.00
lotsOfClassesOneDir-sourceToZip-win32 9032 ms 9172 ms 0.98
lotsOfClassesOneDir-mdapiToSource-win32 14740 ms 14582 ms 1.01

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.