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

XMLWordPrintable

    • Type: Feature Request
    • Resolution: Unresolved
    • Priority: L3 - Default
    • None
    • Affects Version/s: None
    • Component/s: 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

              Assignee:
              Unassigned
              Reporter:
              Andre
              Votes:
              2 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: