-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem setting BPF stage #266
Comments
UPDATE: I discovered that the stage name WAS incorrect: there was an extra space (not very noticeable) between the ampersand and the next word. So I updated the flow and re-tested and now every time it fails with the following: Details: Workflow suspended temporarily due to error: Exception type: Microsoft.Crm.CrmException |
We created a very very simple workflow that triggers when a case record is assigned to the user, and its job is to set the BPF stage for the case to a stage called "Case Picked & In Progress".
The flow fails on the attempt to set the BPF stage with the error message "Process stage Case Picked & In Progress not found."
Here is an image snippet from the process showing the process name:
The simple workflow:
The input parameters:
As you can see, the stage name is just hard-coded text.
*** PLEASE NOTE: I was thinking the problem could be the ampersand so I encoded the text as "& amp;" (space added so it would render correctly in this message) and tried again but got the same error message. Also tried %26
I'm not really sure how to tell you to reproduce this other than to create a BPF and name one of the stages with the same name and create a workflow that tries to set the stage to that particular one when the case is picked from the queue (i.e. the "Worked By" field gets set).
Expected behavior
BPF stage should be set to the requested stage.
This is Dynamics 365 (cloud, not on-prem).
Version of the tools is 1.0.60.1
CRM Version - online/onpremise - WorkflowTools version
The text was updated successfully, but these errors were encountered: