lib/openwfe/expressions/fe_participant.rb in openwferu-0.9.10 vs lib/openwfe/expressions/fe_participant.rb in openwferu-0.9.10.653

- old
+ new

@@ -55,26 +55,30 @@ # Participants sit at the edge between the engine and the external # world. The participant expression transmit the workitem applied # to it to the Participant instance it looks up in the participant map # tied to the engine. # + # direct reference to participant alpha : + # # <participant ref="alpha" /> - # <!-- direct reference to participant alpha --> # + # the name of the participant is the value found in + # the field 'target' : + # # <participant field-ref="target" /> # <participant ref="${f:target}" /> - # <!-- the name of the participant is the value found in - # the field 'target' --> # + # the name of the participant is the value found in + # the variable 'target' : + # # <participant variable-ref="target" /> # <participant ref="${target}" /> - # <!-- the name of the participant is the value found in - # the variable 'target' --> # + # direct reference to participant 'alpha' + # if a subprocess named 'alpha' has been defined, the + # subprocess will be called instead : + # # <alpha /> - # <!-- direct reference to participant 'alpha' - # if a subprocess named 'alpha' has been defined, the - # subprocess will be called instead --> # # The Participant expressions includes the FilterMixin and thus # understands and applies the "filter" attribute. # # Since OpenWFE 0.9.9, the attributes of the participant expression are