Enable jobs from a single process instance to execute concurrently

XMLWordPrintable

    • Type: Feature Request
    • Resolution: Won't Fix
    • Priority: L3 - Default
    • None
    • Affects Version/s: None
    • Component/s: engine
    • None

      As a process developer, I want to enable jobs from a single process instance to execute concurrently so that a process can complete in the shortest possible time.

      In the example given in the documentation (http://docs.camunda.org/guides/user-guide/#!/#concurrent-job-execution), there is a parallel gateway for "book hotel", "book flight" and "book concert tickets". The engine will execute these steps sequentially, even though they are modeled as parallel and asynchronous.

      If book hotel takes 2 hours, book flight takes 1 hour and book concert tickets takes 30 minutes, then the whole process between the split and the join should take 2 hours (the max time of a single path) and not take 3.5 hours (the sum time of all paths).

            Assignee:
            Unassigned
            Reporter:
            Jeffrey Ricker
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: