Skip to content

Commit

Permalink
fix(flows): add additional text when no flows are found in a package
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Feb 27, 2024
1 parent b721e13 commit 1b29028
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ export default class FlowActivator implements DeploymentCustomizer {
await this.deactivateFlow(flowsToBeDeactivated, sfpOrg, logger);
}
}
else
{
SFPLogger.log(
`No flows found in the package, skipping flow activation/deactivation`,
LoggerLevel.INFO,
logger
);
}

return {
deploy_id: `000000`,
Expand Down

0 comments on commit 1b29028

Please sign in to comment.