TaskActivityContext Interface
public interface TaskActivityContext
Interface that provides TaskActivity implementations with activity context, such as an activity's name and its input.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract T |
getInput(Class<T> targetType)
Gets the deserialized activity input. |
| abstract java.lang.String |
getName()
Gets the name of the current task activity. |
Method Details
getInput
public abstract T
Gets the deserialized activity input.
Parameters:
T
Returns:
getName
public abstract String getName()
Gets the name of the current task activity.
Returns: