1.i have state machine workflow with some data and then persisted the workflow instance 2. Now those values (in database other than wf persistance db (if i am using sql server for wf persistance)) are changed and 3.i want the workflow to do stuff or persist according to the changed values.
i need to reload the persisted workflow and run it for the changed values.
Regards Dhanraj.S