SimonRinguette / bpswg

Automatically exported from code.google.com/p/bpswg
0 stars 0 forks source link

BPSim: Spec: Section 7 omits applicability of result requests to scenario parameters #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the implementer's guide I have used the following to request the number of 
process instance starts which seems conceptually ok and passes schema 
validation against the 1.0 XSD. 

                    <bpsim:ScenarioParameters baseTimeUnit="min" replication="3">
                        <bpsim:Start>
                            <bpsim:ResultRequest>count</bpsim:ResultRequest>
                        </bpsim:Start>
                        <bpsim:Duration>
                            <bpsim:DurationParameter value="PT40H"/>
                        </bpsim:Duration>
                    </bpsim:ScenarioParameters>

However, there is no mention of this being a legitimate use in the 
specification. Is this just an omission? 

Original issue reported on code.google.com by tstephen...@gmail.com on 24 Feb 2013 at 4:47

GoogleCodeExporter commented 9 years ago
The intention is that ResultRequests should _not_ be attached to 
ScenarioParameters but only to ElementParameters. This is covered by omission 
rather than explicitly in the 1.0 spec and will be tidied up in a follow up 
specification. 

The sample is corrected in v1.0 RC1. 

Original comment by tstephen...@gmail.com on 28 Feb 2013 at 4:04