-
-
Constructor Summary
Constructors
-
Method Summary
execute(CommandContext commandContext)
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
executionId
protected final String executionId
-
targetActivityId
protected final String targetActivityId
-
Constructor Details
-
MoveToActivityCmd
public MoveToActivityCmd(String executionId,
String targetActivityId)
-
Method Details
-
execute
public Void execute(CommandContext commandContext)
- Specified by:
execute in interface Command<Void>