Bug 783493 - BRMS-PR-13: Ability for jBPM to interface with any WS-HT based task service
Summary: BRMS-PR-13: Ability for jBPM to interface with any WS-HT based task service
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: JBoss Enterprise BRMS Platform 5
Classification: JBoss
Component: jBPM 5
Version: BRMS 5.3.0.GA
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
: ---
Assignee: Kris Verlaenen
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-20 15:51 UTC by Jiri Locker
Modified: 2025-02-10 03:15 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2025-02-10 03:15:02 UTC
Type: Feature Request
Embargoed:


Attachments (Terms of Use)

Description Jiri Locker 2012-01-20 15:51:40 UTC
Description of problem:
This is committed in ERD, but still the jBPM Console is hardcoded to connect to MinaTaskServer only.

Version-Release number of selected component (if applicable):
ER2
  
Actual results:
It is not possible to configure jBPM Console to connect to a custom WS-HT service. That requires two steps:
1) registering a custom WorkItemHandler for Human Task work items, that would submit the tasks to a custom HT service
2) configuring the console's TaskManagement to connect to the custom WS-HT service to expose the tasks to human interaction

Expected results:


Additional info:

Comment 3 Kris Verlaenen 2012-01-27 15:46:31 UTC
I believe PR-13 is related to the ability to integrate your own human task service (should this be available) with jBPM, rather than using the one provided out-of-the-box.  The runtime engine allows this by registering a custom work item handler.

The jBPM console is also built for being able to plug in your own integration code.  This however is not something that can be configured or done without additional development of integration code.  This would require the implementation of a new ManagementFactory (like the on in the jbpm-gwt-core module, org.jbpm.integration.console.ManagementFactory) that would integrate and delegate to the right task service.  This management factory could then be registered and invoked by the jbpm-console instead.

Comment 8 Red Hat Bugzilla 2025-02-10 03:15:02 UTC
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.


Note You need to log in before you can comment on or make changes to this bug.