Difference between revisions of "Jbpm-task-call"
(Created page with "==Description== JBPM TASK plugin. =={{VULCON}} / {{GVCONSOLE}} Configuration== The jbpm-task-call Element is used by Channel and routed-call. Its attributes are: * ''t...") |
|||
| Line 6: | Line 6: | ||
The jbpm-task-call Element is used by [[Channel]] and [[routed-call]]. Its attributes are: | The jbpm-task-call Element is used by [[Channel]] and [[routed-call]]. Its attributes are: | ||
| − | + | {|class="gvtable" | |
| − | + | ! Attribute !! Type !! Description | |
| − | + | |- | |
| − | + | | type || fixed || This attribute must assume the value '''call'''. | |
| − | + | |- | |
| − | + | | class || fixed || This attribute must assume the value '''it.greenvulcano.gvesb.virtual.jbpm.JbpmTaskCallOperation'''. | |
| − | + | |- | |
| − | + | | name || required || Operation name. Used in the [[Flow]] section to associate workflow nodes to VCL operations. | |
| − | + | |- | |
| − | + | | hostHumanTaskHandler || optional || Ip Address listner Human Task. | |
| − | + | |- | |
| + | | portHumanTaskHandler || optional || Port where the service is exposed. | ||
| + | |- | ||
| + | | operation || required || operation call invoke. The attribute's admitted values are: | ||
| + | * completeTask | ||
| + | * assignTask | ||
| + | * getAssignedTasks | ||
| + | * getUnassignedTasks | ||
| + | * getTaskById | ||
| + | |} | ||
Its subelements are: | Its subelements are: | ||
Revision as of 22:59, 9 February 2012
Description
JBPM TASK plugin.
VulCon / GV Console Configuration
The jbpm-task-call Element is used by Channel and routed-call. Its attributes are:
| Attribute | Type | Description |
|---|---|---|
| type | fixed | This attribute must assume the value call. |
| class | fixed | This attribute must assume the value it.greenvulcano.gvesb.virtual.jbpm.JbpmTaskCallOperation. |
| name | required | Operation name. Used in the Flow section to associate workflow nodes to VCL operations. |
| hostHumanTaskHandler | optional | Ip Address listner Human Task. |
| portHumanTaskHandler | optional | Port where the service is exposed. |
| operation | required | operation call invoke. The attribute's admitted values are:
|
Its subelements are:
- Description
- ParamsTask
ParamsTask
Defines the parameters to be used by jbpm-task-call. Its attributes are:
- name: Parameter name.
- expression: ognl expression.