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
I'm giving my app logging of every WorkflowAction fired, via RenderContextInterceptor.onActionSent. I find that the toString() of an action fired by a Worker is prefixed sendAndAwaitApplication(com.squareup.workflow1.EmitWorkerOutputAction(worker=, and completely omits any name parameter provided to StatefulWorkflow.action() et al. Somewhere along the way with all this wrapping we've clobbered an important toString(), or failed to call it.
The text was updated successfully, but these errors were encountered:
I'm giving my app logging of every
WorkflowAction
fired, viaRenderContextInterceptor.onActionSent
. I find that thetoString()
of an action fired by aWorker
is prefixedsendAndAwaitApplication(com.squareup.workflow1.EmitWorkerOutputAction(worker=
, and completely omits anyname
parameter provided toStatefulWorkflow.action()
et al. Somewhere along the way with all this wrapping we've clobbered an importanttoString()
, or failed to call it.The text was updated successfully, but these errors were encountered: