Skip to content

Commit

Permalink
for initiating build
Browse files Browse the repository at this point in the history
  • Loading branch information
ab59451 committed Nov 4, 2020
1 parent da0c803 commit f0e453d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mdw-workflow/assets/com/centurylink/mdw/base/.mdw/versions
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CustomManualTask.pagelet=12
LogRollerStartup.java=1
MdwRpcWebService.wsdl=2
PauseActivity.java=5
ProcessCleanup.java=9
ProcessCleanup.java=10
ProcessDueDateMonitor.java=5
StuckActivities.java=5
TimerWaitFallback.java=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public void run(CallURL args) {
if (cleanupScript == null) {
cleanupScript = "Cleanup-Runtime.sql";
}
//database
//database access
DatabaseAccess db = new DatabaseAccess(null);
cleanup(db, cleanupScript, maxProcesses, processExpirationDays, eventExpirationDays,
commitInterval, null);
Expand Down

0 comments on commit f0e453d

Please sign in to comment.