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

Details

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

    Description

      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.{{}}

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:

                  Salesforce