await sendAnonymousMetric()

in source/workflow-common/message-broker.js [132:140]


            await sendAnonymousMetric(SOLUTION_ID, SOLUTION_VERSION, METRICS_ANONYMOUS_UUID, {
                EventType: 'workflow-finished',
                EventDetails: {
                    Region: AWS_REGION,
                    IsPrimaryRegion: IS_PRIMARY_REGION,
                    ExecutionTimeInSeconds: executionTime,
                    WorkflowName: workflowName.split('-')[0]
                }
            });