Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-12628

Resolve call-activities and business rule tasks via version tag and latest

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: L3 - Default L3 - Default
    • None
    • None
    • None
    • None

      User story

      I want to start call-activities and business rule tasks by resolving version tag AND latest, similar to starting a process definition via latest version tag.

      Background

      The desired functionality to resolve call-activities and business rule tasks as it is possible today to start a process instance of the latest process definition for a version tag: 

       

      // Starting a process definition via latest process definition of a version tag
      
      ProcessDefinition pd = processEngine.getRepositoryService().createProcessDefinitionQuery()
          .processDefinitionKey("invoice")
          .versionTag("1.5-patch2")
          .latest()
          .singleResult();
      
      processEngine.getRuntimeService().startProcessInstanceById(pd.getId());
      

       

      Acceptance criteria

      • I can start call-activities and business rule tasks via the latest version tag.{{}}

        This is the controller panel for Smart Panels app

              Unassigned Unassigned
              andre.bappert Andre
              Votes:
              2 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: