Jbpm-call
Revision as of 17:05, 3 February 2012 by Anonymous (talk) (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'':...")
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.