getStatus = function (state, lifeCycleState) {
            if (state === 'STARTED') return "Blue";
            if (state === 'FINISHED') return "Blue";
            if (state === 'CANCELLED') return "Gray";
            if (state === 'FAILED') return "Red";