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
In DurableAgent, chunks and step return contain the same data after chunksToStep runs, and both are serialized through the step boundary, causing unnecessary data transfer when chunksToStep could also be run in the workflow layer.
In DurableAgent,
chunksandstepreturn contain the same data afterchunksToStepruns, and both are serialized through the step boundary, causing unnecessary data transfer whenchunksToStepcould also be run in the workflow layer.