Class GetEnabledActivitiesForAdhocSubProcessCmd

java.lang.Object
org.flowable.engine.impl.cmd.GetEnabledActivitiesForAdhocSubProcessCmd
All Implemented Interfaces:
Serializable, Command<List<FlowNode>>

public class GetEnabledActivitiesForAdhocSubProcessCmd extends Object implements Command<List<FlowNode>>, Serializable
Author:
Tijs Rademakers
See Also:
  • Field Details

    • executionId

      protected String executionId
  • Constructor Details

    • GetEnabledActivitiesForAdhocSubProcessCmd

      public GetEnabledActivitiesForAdhocSubProcessCmd(String executionId)
  • Method Details