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
Naïve use of @log would simply embedd it in an @begin@EnD block where a logging statement occurs, however, @log appears to need to follow an @out annotation, having a bare @log which happens to follow a @in statement results in a not immediately helpful exception:
java.lang.ClassCastException: org.yesworkflow.annotations.In cannot be cast to org.yesworkflow.annotations.Out
Graceful failure in this case with a pertinent error message would help.
Naïve use of @log would simply embedd it in an @begin @EnD block where a logging statement occurs, however, @log appears to need to follow an @out annotation, having a bare @log which happens to follow a @in statement results in a not immediately helpful exception:
Graceful failure in this case with a pertinent error message would help.
To reproduce:
The text was updated successfully, but these errors were encountered: