Author |
Message
|
leongor |
Posted: Sun Mar 23, 2003 4:37 am Post subject: WF with external calendar |
|
|
 Master
Joined: 13 May 2002 Posts: 264 Location: Israel
|
I have a need to integrate Workflow with external calendar.
The calendar has all weekends and holidays, so when duration need to be set in activity it considers all non working days.
Does someone have experience with this subject ?
Any ideas appreciated  _________________ Regards.
Leonid.
IBM Certified MQSeries Specialist. |
|
Back to top |
|
 |
yaakovd |
Posted: Sun Mar 23, 2003 5:08 am Post subject: |
|
|
Partisan
Joined: 20 Jan 2003 Posts: 319 Location: Israel
|
I suggest 3 options, where common element of all is the Business Day reference table.
This table should contain atleast 2 mandatory fields: Date and Working hours (and any additional information what you need).
1. WorkFlow -> XML message -> MQSI (compute node) -> reference table.
2. WorkFlow -> XML message -> MQSI (Java Plugin node) - reference table.
3. WorkFlow -> Java programm -> reference table. _________________ Best regards.
Yaakov
SWG, IBM Commerce, Israel |
|
Back to top |
|
 |
jmac |
Posted: Sun Mar 23, 2003 6:08 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Leongor:
I use a java class that is based on the REXX Basedate. With this method and a properties file listing the holidays, it is fairly simple to caculate days of week, and then the holidays can come out of the property file.
GOOD LUCK _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
leongor |
Posted: Sun Mar 23, 2003 6:49 am Post subject: |
|
|
 Master
Joined: 13 May 2002 Posts: 264 Location: Israel
|
Thanks for answers.
What's about product/adapter solution ? Is there any other ready solutions ?
It's only for a pilot and I don't have much time to develop. _________________ Regards.
Leonid.
IBM Certified MQSeries Specialist. |
|
Back to top |
|
 |
jmac |
Posted: Sun Mar 23, 2003 7:12 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Leonid:
I am unaware of any off the shelf solutions... but that doesn't mean that none exist. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
|