Skip to content

Commit

Permalink
Update constants.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-egov authored Jul 24, 2024
1 parent 96ff68a commit c8740c8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions utilities/project-factory/src/server/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,19 @@ export const processTrackTypes = {
error: "error"
}

export const processTrackForUi = [
processTrackTypes.facilityCreation,
processTrackTypes.staffCreation,
processTrackTypes.targetAndDeliveryRulesCreation,
processTrackTypes.confirmingResourceCreation,
processTrackTypes.staffMapping,
processTrackTypes.resourceMapping,
processTrackTypes.facilityMapping,
processTrackTypes.campaignCreation,
processTrackTypes.error
];


export const processTrackStatuses = {
inprogress: "inprogress",
completed: "completed",
Expand Down

0 comments on commit c8740c8

Please sign in to comment.