Author |
Message
|
tellme |
Posted: Mon Mar 24, 2003 1:05 pm Post subject: Confirmation Data |
|
|
Newbie
Joined: 24 Mar 2003 Posts: 2
|
In buildtime where we setup the process duration for confirmation.. i.e if the process is not completed in X amount of days notify someone. Can someone tell me where this data is stored? I am not looking for the confirmation date, what I am lookinf for is the data after worflow translate to seconds. Thanks for your assistance... |
|
Back to top |
|
 |
jmac |
Posted: Mon Mar 24, 2003 2:20 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I am not sure I understand your question.
I think you are asking "Where can I get the time a notification for a ProcessInstance is supposed to occur?"
If that is the case you can get this time from the ProcessInstance::(notificationTime) which returns a Calendar object.
GOOD LUCK _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
tellme |
Posted: Tue Mar 25, 2003 6:51 am Post subject: |
|
|
Newbie
Joined: 24 Mar 2003 Posts: 2
|
What I really want to know is where does workflow get its info in order to calculate the notificationTime. I want to calculate my own notificationTime as workflow include weekends in its calculations and not just business days. Thanks. |
|
Back to top |
|
 |
jmac |
Posted: Tue Mar 25, 2003 6:59 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
tellme wrote: |
What I really want to know is where does workflow get its info in order to calculate the notificationTime. I want to calculate my own notificationTime as workflow include weekends in its calculations and not just business days. Thanks. |
I'm still not sure I understand.... Workflow gets the notification times from you when you specify them in buildtime. What you would need to do to use your own "Calendar" is to set your Notification times "From Container" or "From PreDefined". You would then need to calculate the number of seconds until your notification should be issued. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
|