Interface ITask


  • public interface ITask
    Expose it to the ExecutionContext to allow a step to retrieve the username and other information from the task object.
    • Method Detail

      • getId

        java.lang.String getId()
      • getUsername

        java.lang.String getUsername()
      • getMetadata

        java.util.Map<java.lang.String,​java.lang.String> getMetadata()