Class NewTaskCmd
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.cmd.NewTaskCmd
-
- All Implemented Interfaces:
Serializable,Command<org.flowable.task.api.Task>
public class NewTaskCmd extends Object implements Command<org.flowable.task.api.Task>, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NewTaskCmd(String taskId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.flowable.task.api.Taskexecute(CommandContext commandContext)
-
-
-
Field Detail
-
taskId
protected String taskId
-
-
Constructor Detail
-
NewTaskCmd
public NewTaskCmd(String taskId)
-
-
Method Detail
-
execute
public org.flowable.task.api.Task execute(CommandContext commandContext)
-
-