/** * Process State * @author Edwin Betancourt */ export default { inExecution: [], // process not response from server isVisibleDialog: false, reportObject: {}, reportList: [], metadata: {}, process: [], // process to run finish notificationProcess: [], reportViewList: [], totalResponse: 0, totalRequest: 0, totalSelection: 0, errorSelection: 0, successSelection: 0 }