I have a user action in the workflow and you want to report an error to the user when something goes wrong. What is the best way to do this?
UPD: Ideally, I would like to put the workflow in an error state and log the message in the workflow log. This is not possible. What is the closest I can get? I want to use a reusable solution that is easy to configure for users when using my custom actions in SharePoint Designer.
Added a more detailed description of the issue.
@mauro, which takes care of saving the error, but how can I show the error to the user in a way that makes sense?
@AdamSane This seems like a pretty fragile solution. It is not a question of setting this up on one site. I need something that others can add using SPD.
source
share