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

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

      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()

        This is the controller panel for Smart Panels app

            [CAM-1706] I can use a fluent builder API to create a simple BPMN model

            Sebastian Menski created issue -
            Robert Gimbel made changes -
            Rank New: Ranked higher
            Robert Gimbel made changes -
            Description Original: AT:

            - I can create a Process containing the following elements:
              - NoneStartEvent
              - Exclusive- and ParallelGateway
              - User-, Service- and ScriptTask
              - NoneEndEvent
              - SequenceFlows
              - Embedded Subprocesses
            - 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()
            New: 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()
            Robert Gimbel made changes -
            Status Original: Open [ 1 ] New: In Progress [ 3 ]
            Robert Gimbel made changes -
            Assignee New: Sebastian Menski [ sebastian.menski ]
            Sebastian Menski made changes -
            Resolution New: Fixed [ 1 ]
            Status Original: In Progress [ 3 ] New: Resolved [ 5 ]
            Remaining Estimate New: 0 minutes [ 0 ]
            Original Estimate New: 0 minutes [ 0 ]
            Sebastian Menski made changes -
            Assignee Original: Sebastian Menski [ sebastian.menski ]
            Robert Gimbel made changes -
            Assignee New: Danny [ danny.graef ]
            Danny made changes -
            Status Original: Resolved [ 5 ] New: In Test [ 10004 ]
            Danny made changes -
            Assignee Original: Danny [ danny.graef ]

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

                Created:
                Updated:
                Resolved: