Hello Forum,
Can’t I pass arguments to the Global Handler of my project? This are the kind of stuff Academy don’t teach
Regards
Hello Forum,
Can’t I pass arguments to the Global Handler of my project? This are the kind of stuff Academy don’t teach
Regards
HI,
We cannot explicitly pass arguments to GlobalHandler. However, in global handler, we can get variables and arguments which exist in exception occurred workflow using the following expression.
errorInfo.Variables("variableName")
errorInfo.WorkflowArguments("argumentName")
Hope this helps you.
Regards,
Hello @Yoichi, Yes it is helpfull
Thank you for you knowledge
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.