aws-applicationinsights-application/src/main/java/software/amazon/applicationinsights/application/StepWorkflow/DefaultComponentConfigurationStepWorkflow.java [36:46]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    protected boolean isCurrentItemProcessFinished(
            String componentName,
            ResourceModel model,
            AmazonWebServicesClientProxy proxy,
            ApplicationInsightsClient applicationInsightsClient,
            Logger logger) {
        return HandlerHelper.describeApplicationInsightsApplication(model.getResourceGroupName(), proxy, applicationInsightsClient)
                .applicationInfo()
                .lifeCycle()
                .equals(CONFIGURATION_FINISHED_LIFECYCLE);
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-applicationinsights-application/src/main/java/software/amazon/applicationinsights/application/StepWorkflow/ComponentConfigurationStepWorkflow.java [36:46]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    protected boolean isCurrentItemProcessFinished(
            String componentName,
            ResourceModel model,
            AmazonWebServicesClientProxy proxy,
            ApplicationInsightsClient applicationInsightsClient,
            Logger logger) {
        return HandlerHelper.describeApplicationInsightsApplication(model.getResourceGroupName(), proxy, applicationInsightsClient)
                .applicationInfo()
                .lifeCycle()
                .equals(CONFIGURATION_FINISHED_LIFECYCLE);
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



