Skip to main content

Hi 

 

I am using K2 for SharePoint.i have a scenario like to maintain the log History of send Email component in the K2 workflow.

Consider I'm sending an Email to list of users if workflow or send email wizard got failed I need to track whose id got failed in the seperate list.

 

Is there any kind of Error Handling Options available in the K2 workflow.

 

Thanks in Advance.

Hello,

 

You can handle the exception at process, activity and event level and save the exception into SharePoint or database with smartobject API in your error handling code.

depending upon at which level you handle the exception you get the access to data. for example, if you handle the exception at activity level you will get access to activity instance destination but not at the event level.

please check attached document for handling the error.

 

 

 


Thank you so much for your reply...

But we are using K2 designer for workflow, not K2 studio or other.


Reply