Interface ActionExecution

    • Method Detail

      • getTaskName

        String getTaskName()
        Returns:
        The name of the corresponding task.
      • getTaskExecutionId

        String getTaskExecutionId()
        Returns:
        The id of the corresponding task execution.
      • getName

        String getName()
        Returns:
        The name of the action.
      • isAccepted

        Boolean isAccepted()
        Returns:
        True if the result of this action execution is accepted.
      • getInput

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

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