Jbpm-task-call

From GreenVulcano Wiki
Revision as of 15:06, 5 February 2012 by Anonymous (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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:

  • type: call.
  • class: it.greenvulcano.gvesb.virtual.jbpm.JbpmTaskCallOperation.
  • name: Operation name. Used in the Flow section to associate workflow nodes to VCL operations.
  • hostHumanTaskHandler: Ip Address listner Human Task.
  • portHumanTaskHandler: Port where the service is exposed.
  • operation: 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.