lib/openwfe/extras/participants/csvparticipants.rb in openwferu-extras-0.9.15 vs lib/openwfe/extras/participants/csvparticipants.rb in openwferu-extras-0.9.16
- old
+ new
@@ -57,18 +57,14 @@
# CsvParticipant
#
# An example :
#
# class TestDefinition0 < ProcessDefinition
- # def make
- # process_definition :name => "test0", :revision => "0" do
- # sequence do
- # set :field => "weather", :value => "cloudy"
- # set :field => "month", :value => "may"
- # decision
- # _print "${f:take_umbrella?}"
- # end
- # end
+ # sequence do
+ # set :field => "weather", :value => "cloudy"
+ # set :field => "month", :value => "may"
+ # decision
+ # _print "${f:take_umbrella?}"
# end
# end
#
#
# csvParticipant = CsvParticipant.new(