Interface WorkflowExecution

    • Method Detail

      • getParameters

        Map<String,​Object> getParameters()
        Returns:
        The meta parameters of workflow execution specific to workflow type. Example: a reverse workflow requires the parameter 'task_name' which specifies the target task in the workflow graph.
      • getTaskExecutionId

        @Nullable
        String getTaskExecutionId()
        Returns:
        The id of the parent task execution.
      • getInput

        Map<String,​Object> getInput()
        Returns:
        The input parameters of this workflow execution.
      • getOutput

        Map<String,​Object> getOutput()
        Returns:
        The output of this workflow execution.