Certificate Inventory and Management doesn't install Powershell Step plugin dependency, so Microsoft Certificate Management flow won't workDescriptionCertificate Inventory and Management's "Microsoft Certificate Management" (microsoftcertificate_management) flow can fail due to missing the Powershell step definition, because the plugin wasn't installed as a dependency. When opening the flow in Flow Designer, this error is seen: Content not foundError: Your subflow cannot be found. Subflow sys_id:p definitionSteps to Reproduce To confirm the flow is unusable: Install Plugin: Certificate Inventory and Management (3.3.0)Navigate to the FlowDesigner > SubflowFilter internal name as 'microsoftcertificate_management'Click on the subflow. The error appears as 'Your subflow cannot be found. Subflow sys_id:p definition' Below errors are seen in the Node logs: 03:03:46.479 Warning Default-thread-41 8432175987818A1087700FE60CBB352C txid=d5c25f518c2a WARNING *** WARNING *** Get for non-existent record: sys_attachment:5c45ab621bb2a910a829a8ea234bcb29, initializing03:03:46.638 Warning Default-thread-41 8432175987818A1087700FE60CBB352C txid=d5c25f518c2a WARNING *** WARNING *** Get for non-existent record: sys_flow_step_definition:486f577a3721030003a08fb77e41f1d6, initializing03:03:46.640 Error Default-thread-41 8432175987818A1087700FE60CBB352C txid=d5c25f518c2a SEVERE *** ERROR *** Flow Designer: Step definition not foundcom.glide.flow_design.action.providers.StepTypeProvider.getStepType(StepTypeProvider.java:61) the missing Action Step Definitions record for the Powershell step is not found.https://<instance name>.service-now.com/sys_flow_step_definition.do?sys_id=486f577a3721030003a08fb77e41f1d6 Expected behaviour:Any app should specify all its dependencies, so that they are automatically installed with the app Actual behavour:The Microsoft CA flow is broken because of this missing dependencyWorkaroundThis problem is currently under review and targeted to be fixed in a future release. Subscribe to this Known Error article to receive notifications when more information will be available The workaround is to manually install the "ServiceNow IntegrationHub Action Step - PowerShell" [com.glide.hub.action_step.powershell] plugin.Related Problem: PRB1748797