08-04-04 01:47 AM
1) Yes, this is exactly what the interface is intended for, to be used by a
client application to query information about the HWS system. The
administration interfaces are exposed via the HWS WMI classes.
2) That's correct. Tracking data can be used for a number of purposes, not
only just to discover the current tasks assigned to a particular user. For
instance, tracking data can be used as audit data, or to view everything
that has happened in an activity flow. As such, you might not want a task
entry to dissappear once the task is marked completed. The best way to
deal with this is to use the TaskFilter structure that you pass to
GetAllTasksForUser. Set the Status property to InProgress, and make sure
to set the UseTaskFilter flag to true, and you will only receive tasks
which are in progress.
3)No, the only way to have a task recorded in the database by HWS is to
send a properly formatted message through a send port in an HWS action
orchestration.
--Chris
--------------------[vbcol=seagreen]
the[vbcol=seagreen]
users[vbcol=seagreen]
tasks[vbcol=seagreen]
approach[vbcol=seagreen]
for[vbcol=seagreen]
the[vbcol=seagreen]
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
[ Post a follow-up to this message ]
|