You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jun Hanamaki edited this page Jun 7, 2015
·
1 revision
You can configure WFlow to rescue from unexpected errors (even though I wouldn't recommend it), which will log the exception message and terminate Process, setting it as failure.
To configure you just do the following:
WFlow::Configuration.configdo |configuration|
# indicates if it should supress errors for the user# defaults to falseconfiguration.supress_errors=falseend