http://jbpm.org/jpdl-4
element task

Documentation
Creates a human task
        
Properties
This component is not nillable.

Model
<task
  description = string
  duedate = string
  dynamic = boolean : true
  form = string
  {}
  notify = boolean : false
  priority = tns:priorityType : normal
  subtasksync =
  swimlane = string
  title = string>
(assignment, reminder, subtask ) (transition*, on*, timer* )
</task>


Nested Element Summary
 assignment
          
 on
          Events on which listeners can be registered. 
 reminder
          
 subtask
          
 timer
          
 transition
          

Attribute Summary
 stringdescription
          
 stringduedate
          
 booleandynamic
          Is dynamic creation of subtasks allowed ? 
 stringform
          
 name
          The id of this activity. 
 booleannotify
          
 tns:priorityTypepriority
          
 subtasksync
          
 stringswimlane
          
 stringtitle
          

Attribute Detail

description

Type:
string
Use:
optional
Form:
qualified

duedate

Type:
string
Use:
optional
Form:
qualified

dynamic

Is dynamic creation of subtasks allowed ?

Type:
boolean
Default:
true
Use:
optional
Form:
qualified

form

Type:
string
Use:
optional
Form:
qualified

name

The id of this activity. The name should be unique in the complete scope of the process.

Type:
Use:
optional
Form:
qualified

notify

Type:
boolean
Default:
false
Use:
optional
Form:
qualified

priority

Type:
tns:priorityType
Default:
normal
Use:
optional
Form:
qualified

subtasksync

Type:
based on
with :
Use:
optional
Form:
qualified

swimlane

Type:
string
Use:
optional
Form:
qualified

title

Type:
string
Use:
optional
Form:
qualified

Source
<element name="task">
<complexType>
<complexContent>
<extension base="tns:taskType">
<sequence>
<element maxOccurs="unbounded" minOccurs="0" ref="tns:transition"/>
<element maxOccurs="unbounded" minOccurs="0" ref="tns:on">
</element>
<element maxOccurs="unbounded" minOccurs="0" ref="tns:timer"/>
</sequence>
<attributeGroup ref="tns:nodeAttributes"/>
</extension>
</complexContent>
</complexType>
</element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.