if the workflow ends with UI step that is declared as IsFinalForm
and the saving operation is allowed (AllowSave
is true
), if the underlying context store is in dirty state, the UI should be also in dirty state. At the moment it is not the case a UI seems to be without changes.
Dirty state of the context store can be cleared with step AcceptContextStoreChanges
.