Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-4691

name() for fluent API CompositeNode is missing

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • jBPM 6.3.0.Final
    • jBPM_6.3.0.Beta1
    • Runtime Engine
    • None

    Description

      org.jbpm.ruleflow.core.factory.CompositeNodeFactory doesn't have name() method so you cannot set a name to a CompositeNode with fluent API.

              RuleFlowProcessFactory factory = RuleFlowProcessFactory.createProcess("org.jbpm.process");
              factory
                  .name("My process").packageName("org.jbpm")
                  .startNode(1).name("Start").done()
                  .compositeNode(2)
                      .name("SubProcess") // compile error
      ...
      

      Attachments

        Activity

          People

            swiderski.maciej Maciej Swiderski (Inactive)
            rhn-support-tkobayas Toshiya Kobayashi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: