public class GetEnabledActivitiesForAdhocSubProcessCmd extends Object implements Command<List<org.flowable.bpmn.model.FlowNode>>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
executionId |
Constructor and Description |
---|
GetEnabledActivitiesForAdhocSubProcessCmd(String executionId) |
Modifier and Type | Method and Description |
---|---|
List<org.flowable.bpmn.model.FlowNode> |
execute(CommandContext commandContext) |
protected String executionId
public GetEnabledActivitiesForAdhocSubProcessCmd(String executionId)
public List<org.flowable.bpmn.model.FlowNode> execute(CommandContext commandContext)
Copyright © 2019 Flowable. All rights reserved.