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

I can use a fluent builder API to create a simple BPMN model

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Fixed
    • L3 - Default
    • 7.1.0, 7.1.0-alpha3
    • None
    • bpmn model api
    • None

    Description

      AT:

      • I can create a Process containing the following elements:
      • NoneStartEvent
      • Exclusive- and ParallelGateway
      • User-, Service- and ScriptTask
      • NoneEndEvent
      • SequenceFlows
      • A quickstart exists

      Example:

      bpmnModelInstance = createProcess()
      .startEvent()
      .id("start-event-id")
      .connectTo("user-task-id")
      .done()
      .userTask()
      .id("user-task-id")
      .connectTo("end-event-id")
      .done()
      .endEvent()
      .id("end-event-id")
      .done()
      .done()

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              sebastian.menski Sebastian Menski
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce