mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Workflow:
- map jbpm task created date to alfresco task - implement jbpm task default values (as defined by task model) - implement task outcome property (i.e. record the transition taken on completed tasks) - add definition of task node to WorkflowTask API Object git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3574 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -31,6 +31,9 @@ public class WorkflowTaskDefinition
|
||||
{
|
||||
/** Unique id of Workflow Task Definition */
|
||||
public String id;
|
||||
|
||||
/** Workflow Node this task created from */
|
||||
public WorkflowNode node;
|
||||
|
||||
/** Task Metadata */
|
||||
public TypeDefinition metadata;
|
||||
|
Reference in New Issue
Block a user