SOAP, Enterprise JavaBeans, and Java Support for the Human Workflow Services
Table 34-1 lists the type of Simple Object Access Protocol (SOAP), Enterprise JavaBeans, and Java support provided for the task services. Most human workflow services are accessible through SOAP and remote Enterprise JavaBeans APIs. You can use these services directly by using appropriate client proxies. Additionally, the client libraries are provided to abstract out the protocol details and provide a common interface for all transports.
Table 34-1 Enterprise JavaBeans, SOAP, and Java Support
Service Name | Supports SOAP Web Services | Supports Remote Enterprise JavaBeans |
---|---|---|
Task Service: Provides task state management and persistence of tasks. In addition to these services, the task service exposes operations to update a task, complete a task, escalate and reassign tasks, and so on. |
Yes |
Yes |
Task Query Service: Queries tasks for a user based on a variety of search criteria such as keyword, category, status, business process, attribute values, history information of a task, and so on. |
Yes |
Yes |
Identity Service: Enables authentication of users and the lookup of user properties, roles, group memberships, and privileges. |
Yes |
No |
Task Metadata Service: Exposes operations to retrieve metadata information related to a task. |
Yes |
Yes |
User Metadata Service: Manages metadata related to workflow users, such as user work queues, preferences, vacation, and delegation rules. |
Yes |
Yes |
Task Reports Service: Provides workflow report details. |
Yes |
Yes |
Runtime Config Service: Provides methods for managing metadata used in the task service runtime environment. |
Yes |
Yes |
Evidence Store Service: Supports storage and nonrepudiation of digitally-signed workflow tasks. |
Yes |
Yes |
Table 34-2 lists the location for the SOAP Web Services Description Language (WSDL) file for each task service.
Table 34-2 SOAP WSDL Location for the Task Services
Service name | SOAP WSDL location |
---|---|
Task Service |
|
Task Query Service |
|
Identity Service |
|
Task Metadata Service |
|
User Metadata Service |
|
Task Report Service |
|
Runtime Config Service |
|
Evidence Store Service |
|
Table 34-3 lists the JDNI names for the different Enterprise JavaBeans.
Table 34-3 JNDI Names for the Different Enterprise JavaBeans
Service name | JNDI Names for the Different Enterprise JavaBeans |
---|---|
Task Service |
|
Task Service Enterprise JavaBeans participating in client transaction |
|
Task Metadata Service |
|
Task Query Service |
|
User Metadata Service |
|
Runtime Config Service |
|
Task Report Service |
|
Task Evidence Service |
|
For more information about the client library for worklist services, see Building a Custom Worklist Client for details.