Hi everybody.

I am quite new to Akka and already fascinated.
Now I am thinking of creating an extension to my own project to enable it 
to be distributed.

The idea is to have a kind of "Workflow Engine" that is event driven.
So basically: receive an event from a user, and if a condition is 
fulfilled, execute an action (depending on state).
The action could be realized by a service or more general: a component.
The components could be distributed in an Akka cluster.
The way the engine reacts to an event over time changes.

I already have the event-driven Workflow Engine in my project, but it runs 
locally on one machine, in one thread.

I thought about using an Akka Finite State Machine or even a PersistentFSM. 
Would that be a good choice?
Has anybody try to build something similar? Have you used one FSM Actor per 
user?

If you have built something similar, I would be interested in your approach.

Regards,

Bertil

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to