Interface IInitiateTaskResponse


public interface IInitiateTaskResponse
  • Method Summary

    Modifier and Type
    Method
    Description
    The task after initiating
    The 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