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

OutputSet returning Collection of DataInputs instead of DataOutputs

    XMLWordPrintable

Details

    Description

      In the interface "org.camunda.bpm.model.bpmn.instance.OutputSet" the method "getDataOutputRefs()" returns a collection of DataInputs. But in BPMN 2.0 dataOutputRefs only reference DataOutputs.

      Shouldn't this method (and others like getOptionalOutputRefs()) return a collection of DataOuputs rather than a collection of DataInputs?

      We would like to use InputSets (with DataInputs) and OutputSets (DataOutputs), like the BPMN 2.0 spec. intended, to specify the input- and outputparameters for a user task or a process. Getting the InputSets and the referenced DataInput spec. from through the model worked without a problem, but not with OutputSets because of this problem.

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              meyer Daniel Meyer
              msvoboda Michael Svoboda
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce