Normal
AW: How is the WorkflowManager Navigation Stack supposed to work?It's the same as in the media navigation.We differentiate between fixed states that have a fixed state id and transient states, which cannot be declared in the workflow states file because they are dependent from some external state (like in the media navigation the directories - each directory is mapped to its own workflow state). Take a look at the methods NavigatePushTransient respective NavigatePushTransientAsync.
AW: How is the WorkflowManager Navigation Stack supposed to work?
It's the same as in the media navigation.
We differentiate between fixed states that have a fixed state id and transient states, which cannot be declared in the workflow states file because they are dependent from some external state (like in the media navigation the directories - each directory is mapped to its own workflow state). Take a look at the methods NavigatePushTransient respective NavigatePushTransientAsync.