Difference between revisions of "Jbpm-call"

From GreenVulcano Wiki
Jump to: navigation, search
({{VULCON}} / {{GVCONSOLE}} Configuration)
Line 6: Line 6:
  
 
The jbpm-call Element is used by [[Channel]] and [[routed-call]]. It has the attributes:
 
The jbpm-call Element is used by [[Channel]] and [[routed-call]]. It has the attributes:
* ''type'': call.
+
{|class="gvtable"
* ''class'': it.greenvulcano.gvesb.virtual.jbpm.JbpmCallOperation.
+
! Attribute !! Type !! Description
* ''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:
+
| type || fixed || This attribute must assume the value '''call'''.
** startProcess
+
|-
** getProcesses
+
| class || fixed || This attribute must assume the value '''it.greenvulcano.gvesb.virtual.jbpm.JbpmCallOperation'''.
** getProcess
+
|-
** getProcessByName
+
| name || required || Operation name. Used in the [[Flow]] section to associate workflow nodes to VCL operations.
** removeProcess
+
|-
** abortProcessInstance
+
| operation || required || operation call invoked. The attribute's admitted values are:
** getProcessInstanceVariables
+
* startProcess
** setProcessInstanceVariables
+
* getProcesses
 +
* getProcess
 +
* getProcessByName
 +
* removeProcess
 +
* abortProcessInstance
 +
* getProcessInstanceVariables
 +
* setProcessInstanceVariables
 +
|}
  
 
It has the subelements:
 
It has the subelements:
Line 26: Line 33:
  
 
Its attributes are:
 
Its attributes are:
* ''name'': Parameter name.
+
{|class="gvtable"
* ''expression'': ognl expression.
+
! Attribute !! Type !! Description
 +
|-
 +
| name || required || Parameter name.
 +
|-
 +
| expression || required || ognl expression.
 +
|}

Revision as of 22:57, 9 February 2012

Description

JBPM plugin.

VulCon / GV Console Configuration

The jbpm-call Element is used by Channel and routed-call. It has the attributes:

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.JbpmCallOperation.
name required Operation name. Used in the Flow section to associate workflow nodes to VCL operations.
operation required operation call invoked. 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:

Attribute Type Description
name required Parameter name.
expression required ognl expression.