Interface IInitiateTaskResponse
public interface IInitiateTaskResponse
-
Method Summary
Modifier and TypeMethodDescriptiongetTask()
The task after initiatingThe workflow context that can be used to operate on this task
-
Method Details
-
getTask
Task getTask()The task after initiating- Returns:
- Task The task after initiating
-
getWorkflowContext
IWorkflowContext getWorkflowContext()The workflow context that can be used to operate on this task- Returns:
- IWorkflowContext The IWorkflowContext that can be used to operate on this task
-