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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getId()
java.util.Map<java.lang.String,java.lang.String>
getMetadata()
java.lang.String
getUsername()
-