Jbpm-task-call

From GreenVulcano Wiki
Revision as of 22:59, 9 February 2012 by Anonymous (talk)
Jump to: navigation, search

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.