Hello,
I am using sample (https://msdn.microsoft.com/en-us/library/dn481586.aspx?f=255&MSPPError=-2147217396#ManageBPF) to move between stages in BPF from activity (C#). Move to the next stage works fine. Using example above, I am trying to move to the previous stage like this:
_activeStageId = (Guid)pathResp.ProcessStages.Entities[_activeStagePosition + 1].Attributes["processstageid"];
"];
However move to the previous stage fails with 'unexpected error' when I am trying to update processstage entity.
Does anyone try to implement these moves in Dynamics 365 (on-premise) with success?
Thanks!
*This post is locked for comments