After creating StateMachine Workflow with few steps i wanted to try using DynamicUpdate. By following the instructions i create update map, but when i try to apply it i get the following errors:
An unhandled exception of type 'System.Activities.DynamicUpdate.InstanceUpdateException' occurred in System.Activities.dll Additional information: The update map does not match the workflow definition. Please make sure that this is the correct map for this definition, and that the serialized map has not been manually altered.
Troubleshooting details: IdSpace with owner '' has '2' members; expected '1'.
StateMachine does not support Dynamic Update, if the Trigger of an existing Transition is modified, or the Condition or Action activity is reassigned to a new Transition.
All i did in the new version is adding epmty State and connect Pointers to it. Still the persisted workflows give this exception.
Try that: