public class GetSubTasksCmd extends Object implements Command<List<org.flowable.task.api.Task>>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
parentTaskId |
| Constructor and Description |
|---|
GetSubTasksCmd(String parentTaskId) |
| Modifier and Type | Method and Description |
|---|---|
List<org.flowable.task.api.Task> |
execute(CommandContext commandContext) |
protected String parentTaskId
public GetSubTasksCmd(String parentTaskId)
public List<org.flowable.task.api.Task> execute(CommandContext commandContext)
Copyright © 2020 Flowable. All rights reserved.