Difference between revisions of "Jbpm-task-call"

From GreenVulcano Wiki
Jump to: navigation, search
(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:
* ''type'': call.
+
{|class="gvtable"
* ''class'': it.greenvulcano.gvesb.virtual.jbpm.JbpmTaskCallOperation.
+
! Attribute !! Type !! Description
* ''name'': Operation name. Used in the [[Flow]] section to associate workflow nodes to VCL operations.
+
|-
* ''hostHumanTaskHandler'': Ip Address listner Human Task.
+
| type || fixed || This attribute must assume the value '''call'''.
* ''portHumanTaskHandler'': Port where the service is exposed.
+
|-
* ''operation'': operation call invoke. The attribute's admitted values are:
+
| class || fixed || This attribute must assume the value '''it.greenvulcano.gvesb.virtual.jbpm.JbpmTaskCallOperation'''.
** completeTask
+
|-
** assignTask
+
| name || required || Operation name. Used in the [[Flow]] section to associate workflow nodes to VCL operations.
** getAssignedTasks
+
|-
** getUnassignedTasks
+
| hostHumanTaskHandler || optional || Ip Address listner Human Task.
** getTaskById
+
|-
 +
| 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:
  • completeTask
  • assignTask
  • getAssignedTasks
  • getUnassignedTasks
  • getTaskById

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.