java.lang.Object
ru.cg.webbpm.modules.bpmn.workflow.jbpm.extension.root_process.SetRootProcessCommand
All Implemented Interfaces:
Serializable, org.kie.api.command.Command<Object>, org.kie.api.command.ExecutableCommand<Object>

public class SetRootProcessCommand extends Object implements org.kie.api.command.ExecutableCommand<Object>
Author:
Tim Urmancheev
See Also:
  • Constructor Details

    • SetRootProcessCommand

      public SetRootProcessCommand(Long processInstanceId, Long rootProcessInstanceId)
  • Method Details

    • execute

      public Object execute(org.kie.api.runtime.Context context)
      Specified by:
      execute in interface org.kie.api.command.ExecutableCommand<Object>