DescribeProcess information for publication by DEMProcessFactory.
 
Annotation is used to mark a method for publication via DEMProcessFactory
- Author:
- Jody
- 
Optional Element SummaryOptional Elements 
Extra metadata values for this parameter which will be added into the  Parameter metadata map. 
 
The name of the result, defaults to "result" 
 boolean
 
If true, this is the primary result of the process 
 
The type of the result, needed only when there are multiple ones (since it cannot be desumed from the process Map
 return type 
 
 
- 
Element Details
- 
nameThe name of the result, defaults to "result" 
- Default:
- "result"
 
- 
typeThe type of the result, needed only when there are multiple ones (since it cannot be desumed from the process Map
 return type 
- Default:
- java.lang.Object.class
 
- 
descriptionThe result description 
- Default:
- "[undescribed]"
 
- 
primaryboolean primary If true, this is the primary result of the process 
- Default:
- false
 
-