can someone confirms AsyncLocalStorage
can someone confirms AsyncLocalStorage will not behave as expected in a step fn unless the callback is defined inline ?
4 Replies
At the moment yes, ALS (
AsyncLocalStorage
) will not be propagated correctly to step inner functions. This is a limitation of JSRPC, but might be worked on in the futuremight be good to add that into the limits/caveats.
will do, thanks for reporting 🙂
@Seekerdasbatatas is ALS usable in workflows yet?