Package org.camunda.bpm.model.cmmn.impl.instance

Examples of org.camunda.bpm.model.cmmn.impl.instance.CaseRoles


  }

  @Test
  public void testTaskDefinitionPeformerExpression() {
    // given
    CaseRoles role = createElement(caseDefinition, "aRole", CaseRoles.class);
    role.setName("aPerformerRole");

    humanTask.setPerformer(role);

    // when
    CmmnActivity activity = handler.handleElement(planItem, context);
View Full Code Here

TOP

Related Classes of org.camunda.bpm.model.cmmn.impl.instance.CaseRoles

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.