stateless-state-machine Questions
3
I am using stateless to implement logic of a state machine in our application.We have an AcceptedFile state that has other inner (sub)states.The problem is I don't know how should I indicate initia...
Stodge asked 17/7, 2014 at 8:7
2
I have a project where there is a mostly linear workflow. I'm attempting to use the .NET Stateless library to act as workflow engine/state machine. The number of examples out there is limited, but ...
Eucalyptol asked 21/3, 2017 at 13:51
1
Solved
I would like to have a log in database of state transitions of my workflow.
Where is the best place to trigger logging with Stateless? Should it be set-up for each State configuration :
phoneCall...
Beatrizbeattie asked 4/7, 2016 at 7:14
1
Solved
In a C# solution I'm working at, the core of application logic is implemented as a state-machine by means of (very good) Stateless library. There are other parts of business logic modeled in a numb...
Selvage asked 11/3, 2015 at 19:2
1
Solved
How do people structure their code when using the c# stateless library?
https://github.com/nblumhardt/stateless
I'm particularly interested in how this ties in with injected dependencies, and a ...
Elva asked 8/10, 2014 at 22:56
1
Solved
I am using stateless framework (https://code.google.com/p/stateless/) to model finite state machine in my application. There are certain states that should perform some logic and then immediately m...
Labor asked 23/5, 2014 at 10:38
1
Solved
I've been experimenting with Stateless (HSM in C#) (https://code.google.com/p/stateless/) lately and I've come across something that I'm not really sure how to achieve.
Let's say I have the follow...
Unusual asked 22/11, 2013 at 10:9
1
Solved
I have some fairly simple state needs (for now). I think I would like to model these using the Stateless api. (But I don't really know much about state machines, so I could be wrong.)
But I am get...
Selfdenial asked 2/2, 2012 at 18:3
5
Solved
I came across stateless, a hierarchical state machine framework based on Simple State Machine for Boo, but configured using C# 3.0
It is easy to configure and use, I will probably use it soo...
Relator asked 27/10, 2009 at 14:53
2
Solved
I would like to use http://code.google.com/p/stateless in my code to separate the functionality from its dependencies. I didn't find any advanced examples of the usage, so this question is about st...
Mehala asked 10/3, 2011 at 0:3
1
© 2022 - 2025 — McMap. All rights reserved.