The concept of "realtime" workflow has been eliminated. Instead all workflows are now realtime (synchronous), and roll over to be asynchronous if they cannot complete succesfully and immediately.

This commit is contained in:
JT Smith 2008-05-03 05:38:13 +00:00
parent 51019e5dca
commit 01d9af6222
15 changed files with 105 additions and 72 deletions

View file

@ -521,7 +521,7 @@ sub www_editUserSave {
className=>"WebGUI::User",
parameters=>$u->userId,
priority=>1
});
})->start;
}
}
else {
@ -532,7 +532,7 @@ sub www_editUserSave {
className=>"WebGUI::User",
parameters=>$u->userId,
priority=>1
});
})->start;
}
}
# Display an error telling them the username they are trying to use is not available and suggest alternatives