You are viewing limited content. For full access, please sign in.

Question

Question

Workflow - Try Catch branch

asked on February 10, 2022

I have a try catch in a workflow. I have a SDK script in catch branch that writes to a log file. How do I capture the error message in catch branch so that I can write to log file in catch branch?

0 0

Replies

replied on February 10, 2022 Show version history

Those are accessible as tokens in the Catch Branch.

Here's a screenshot from the token picker in the Token Dialog:

Within the script itself, you can access the token similar to this (C# example):  

GetTokenValue("CatchBranch_Error Code")

 

1 0
replied on February 11, 2022

Thanks

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.