test/rest_test.rb in openwferu-0.9.11 vs test/rest_test.rb in openwferu-0.9.12
- old
+ new
@@ -165,11 +165,11 @@
display_expressions(exps)
puts
wfid = exps[-1].id.workflow_instance_id
- puts "get_flow_position() for flow #{wfid}"
- exps = client.get_flow_position(wfid)
+ puts "get_flow_stack() for flow #{wfid}"
+ exps = client.get_flow_stack(wfid)
display_expressions(exps)
client.close()
end