Skip to content

Commit

Permalink
fix: add workflow flow actions and allow isAddressable
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarvin8 committed Dec 13, 2024
1 parent 6fabd68 commit f2d4f5c
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions src/registry/presets/decomposeWorkflowBeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"childTypes": {
"workflowalert": "workflow",
"workflowfieldupdate": "workflow",
"workflowflowaction": "workflow",
"workflowknowledgepublish": "workflow",
"workflowoutboundmessage": "workflow",
"workflowrule": "workflow",
Expand All @@ -20,6 +21,7 @@
"directories": {
"workflowAlerts": "workflowalert",
"workflowFieldUpdates": "workflowfieldupdate",
"workflowFlowActions": "workflowflowaction",
"workflowKnowledgePublishes": "workflowknowledgepublish",
"workflowOutboundMessages": "workflowoutboundmessage",
"workflowRules": "workflowrule",
Expand All @@ -29,6 +31,7 @@
"suffixes": {
"workflowAlert": "workflowalert",
"workflowFieldUpdate": "workflowfieldupdate",
"workflowFlowAction": "workflowflowaction",
"workflowKnowledgePublish": "workflowknowledgepublish",
"workflowOutboundMessage": "workflowoutboundmessage",
"workflowRule": "workflowrule",
Expand All @@ -39,55 +42,55 @@
"workflowalert": {
"directoryName": "workflowAlerts",
"id": "workflowalert",
"isAddressable": false,
"name": "WorkflowAlert",
"suffix": "workflowAlert",
"xmlElementName": "alerts"
},
"workflowfieldupdate": {
"directoryName": "workflowFieldUpdates",
"id": "workflowfieldupdate",
"isAddressable": false,
"name": "WorkflowFieldUpdate",
"suffix": "workflowFieldUpdate",
"xmlElementName": "fieldUpdates"
},
"workflowflowaction": {
"directoryName": "workflowFlowActions",
"id": "workflowflowaction",
"name": "WorkflowFlowAction",
"suffix": "workflowFlowAction",
"xmlElementName": "flowActions"
},
"workflowknowledgepublish": {
"directoryName": "workflowKnowledgePublishes",
"id": "workflowknowledgepublish",
"isAddressable": false,
"name": "WorkflowKnowledgePublish",
"suffix": "workflowKnowledgePublish",
"xmlElementName": "knowledgePublishes"
},
"workflowoutboundmessage": {
"directoryName": "workflowOutboundMessages",
"id": "workflowoutboundmessage",
"isAddressable": false,
"name": "WorkflowOutboundMessage",
"suffix": "workflowOutboundMessage",
"xmlElementName": "outboundMessages"
},
"workflowrule": {
"directoryName": "workflowRules",
"id": "workflowrule",
"isAddressable": false,
"name": "WorkflowRule",
"suffix": "workflowRule",
"xmlElementName": "rules"
},
"workflowsend": {
"directoryName": "workflowSends",
"id": "workflowsend",
"isAddressable": false,
"name": "WorkflowSend",
"suffix": "workflowSend",
"xmlElementName": "send"
},
"workflowtask": {
"directoryName": "workflowTasks",
"id": "workflowtask",
"isAddressable": false,
"name": "WorkflowTask",
"suffix": "workflowTask",
"xmlElementName": "tasks"
Expand Down

0 comments on commit f2d4f5c

Please sign in to comment.