Hi,
I am developing an application using state machine workflow in .Net.
My workflow persisted some values based on the table contents.
The persisted values should be changed when the table contents are changed.
But it is not happening
How can I do that?
Regards
Dhanraj.S
...
I'm attempting to make a StateMachine execute some database action between states.
So I have a "starting" state that uses CallExternalMethodActivity to call a "BeginExecuteNonQuery" function on an class decorated with ExternalDataExchangeAttribute. After that it uses a SetStateActivity to change to an "ending" state.
The "ending" state...
Hello gurus,
I have designed simple state machine workflow that contains a few states: intial state is (A) "Waiting for documents", (B) second state "Calculating", (C)last "Done";
State (A) has an event driven activity which handles an external event called DocumentsReceived if this event is invoked, the state would be set to state (B)...
Hello gurus,
I'm running a state machine workflow to control user interactions with the website. The workflow runtime is hosted in asp.net. I was able to get it to work as I wanted it to but still the event fired to transition a state in the workflow doesn't always transition the state. This makes me question the integration of WWF w...
Hello,
We have a state machine workflow for maintaining the state of an application submitted by a user. One of the issues I am having is related to workflow termination. In one of the states, I had a bug. When the application reached that state, it threw an exception and as a result, the terminate event of the workflow was called and t...