Author |
Message
|
kotha |
Posted: Wed Dec 20, 2006 10:36 am Post subject: Killing human activity- Manually |
|
|
Partisan
Joined: 12 Mar 2005 Posts: 333
|
The requirement is: Manually killing a human activity using a java program. Human Task Managar(HTM) API does this for us. BUT how to find a specific human activity that need to be killed from many activity instances of the same human activity?. Task ID may be useful but the external program should know the task ID. I have not done this before in MQ Workflow.
Any guidence is helpful. Thank you. |
|
Back to top |
|
 |
jmac |
Posted: Wed Dec 20, 2006 10:52 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I would say do a query using the Task Name and the Instance Name. I am assuming you are talking about an inline Human task. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
kotha |
Posted: Wed Dec 20, 2006 11:01 am Post subject: |
|
|
Partisan
Joined: 12 Mar 2005 Posts: 333
|
Ya. It is inline human task. I will try writing a java program using HTM API.
Thanks John. |
|
Back to top |
|
 |
kotha |
Posted: Wed Dec 20, 2006 11:19 am Post subject: |
|
|
Partisan
Joined: 12 Mar 2005 Posts: 333
|
I see BPCProcessTemplateStart in repository of this forum posted by Vennala. This is a good program to understand the BPC API and play with. |
|
Back to top |
|
 |
kotha |
Posted: Wed Dec 20, 2006 11:50 am Post subject: |
|
|
Partisan
Joined: 12 Mar 2005 Posts: 333
|
Is there anybody developed any program that uses HTM API?. If so, could you post it here. Thanks |
|
Back to top |
|
 |
vennela |
Posted: Wed Dec 20, 2006 1:49 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
If you want to use HTM, API, what you will have to do it instead of doing the lookup for the BPE container, you will have to do it for HTM container. |
|
Back to top |
|
 |
kotha |
Posted: Wed Dec 20, 2006 1:52 pm Post subject: |
|
|
Partisan
Joined: 12 Mar 2005 Posts: 333
|
Ya. Thats right. But just to understand the WPS API things, I mentioned about BPCProcessTemplateStart. and now I am exploring the HTM API. |
|
Back to top |
|
 |
jmac |
Posted: Wed Dec 20, 2006 1:59 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I agree with Venny... once you have the HumanTaskManagerService object you would go about using the WPS API the same as you would using a BusinessFlowManagerService object. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
|