export const engine = "engine-rest-ext/v1"; export const socketUrl = "forms-flow-bpm-socket"; export const formExt = "engine-rest-ext"; export const reviewerGroup = "formsflow/formsflow-reviewer"; export const ALL_FILTER = "All tasks"; export const SEARCH_USERS_BY = [ { 'searchType': 'firstName', 'label': 'Search by First Name' }, { 'searchType': 'lastName', 'label': 'Search by Last Name' }, { 'searchType': 'email', 'label': 'Search by Email' }, ]; export const FORMLIST_FIELDS = [ { key: "formName", sortable: true }, { key: "operations" } ];