Actor Workflow

Hi all,

I had seen this presentation @ slideshare.com

Where can I find more informations about the “actor workflow” scenario in gatling, which you can see on page 5 of this presentation.

I didn’t find something in the gatling documentation about this.

Thx
Mario

Hi,

I’m sorry to say that but the slide 10 is about the internal actor workflow gatling uses to handle the session (which is pretty much a virtual user) around a scenario, not about a new way of writing them user side.

A scenario is a workflow where messages (users) go from one step to another (exec, loops, doIf, etc).
These steps happen to be implemented as Akka actors.