Difference between revisions of "Jbpm-call"
(Created page with "==Description== JBPM plugin. =={{VULCON}} / {{GVCONSOLE}} Configuration== The jbpm-call Element is used by Channel and routed-call. It has the attributes: * ''type'':...") |
(→{{VULCON}} / {{GVCONSOLE}} Configuration) |
||
Line 21: | Line 21: | ||
It has the subelements: | It has the subelements: | ||
* Description | * Description | ||
− | * ParamsJbpm: contains the ParamJbpm elements. | + | * '''ParamsJbpm''': contains the ParamJbpm elements. |
===ParamJbpm=== | ===ParamJbpm=== |
Revision as of 17:06, 3 February 2012
Description
JBPM plugin.
VulCon / GV Console Configuration
The jbpm-call Element is used by Channel and routed-call. It has the attributes:
- type: call.
- class: it.greenvulcano.gvesb.virtual.jbpm.JbpmCallOperation.
- name: Operation name. Used in the Flow section to associate workflow nodes to VCL operations.
- operation: operation call invoke. The attribute's admitted values are:
- startProcess
- getProcesses
- getProcess
- getProcessByName
- removeProcess
- abortProcessInstance
- getProcessInstanceVariables
- setProcessInstanceVariables
It has the subelements:
- Description
- ParamsJbpm: contains the ParamJbpm elements.
ParamJbpm
Its attributes are:
- name: Parameter name.
- expression: ognl expression.