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

Documentation
Subtask in a task activity.
Properties
This component is not nillable.

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


Nested Element Summary
 assignment
          
 reminder
          
 subtask
          

Attribute Summary
 stringdescription
          
 stringduedate
          
 booleandynamic
          Is dynamic creation of subtasks allowed ? 
 stringform
          
 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

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

Local Usage
taskType

Source
<element name="subtask" type="tns:taskType">
</element>


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