Skip to content

Commit

Permalink
fix: add WorkflowFlowAction to sub-object types
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarvin8 committed Jan 23, 2025
1 parent 5c4f60b commit cf9af44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/constant/metadataConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const SUB_OBJECT_TYPES = [
'WebLink',
'WorkflowAlert',
'WorkflowFieldUpdate',
'WorkflowFlowAction',
'WorkflowKnowledgePublish',
'WorkflowOutboundMessage',
'WorkflowRule',
Expand Down
1 change: 1 addition & 0 deletions src/service/typeHandlerFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const handlerMap = {
Workflow: InFile,
WorkflowAlert: Decomposed,
WorkflowFieldUpdate: Decomposed,
WorkflowFlowAction: Decomposed,
WorkflowKnowledgePublish: Decomposed,
WorkflowOutboundMessage: Decomposed,
WorkflowRule: Decomposed,
Expand Down

0 comments on commit cf9af44

Please sign in to comment.