public interface WorkflowExecutor
Modifier and Type | Method and Description |
---|---|
org.json.simple.JSONObject |
getStartFormValues(WorkflowData workflow,
org.alfresco.bm.user.UserData user)
Get the values to use when posting the start-form for this
WorkflowData
instance. |
org.json.simple.JSONObject |
getTaskFormValues(WorkflowData workflow,
org.alfresco.bm.user.UserData user,
org.json.simple.JSONObject taskInstance)
Get the values to use when posting the task-form to complete the task instance.
|
org.json.simple.JSONObject getStartFormValues(WorkflowData workflow, org.alfresco.bm.user.UserData user)
WorkflowData
instance.workflow
- the workflow to be starteduser
- user starting the workfloworg.json.simple.JSONObject getTaskFormValues(WorkflowData workflow, org.alfresco.bm.user.UserData user, org.json.simple.JSONObject taskInstance)
workflow
- worklfow this task is part ofuser
- user completing the tasktaskInstance
- JSONObject
containing task-instanceCopyright © 2012. All Rights Reserved.