Package org.camunda.bpm.engine.impl.cmmn.cmd

Examples of org.camunda.bpm.engine.impl.cmmn.cmd.StateTransitionCaseExecutionCmd


  }

  public class TerminateSingleThread extends SingleThread {

    public TerminateSingleThread(String caseExecutionId) {
      super(caseExecutionId, new StateTransitionCaseExecutionCmd(caseExecutionId, null, null, null, null) {

        private static final long serialVersionUID = 1L;

        @Override
        protected void performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution) {
View Full Code Here

TOP

Related Classes of org.camunda.bpm.engine.impl.cmmn.cmd.StateTransitionCaseExecutionCmd

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.