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
Move set_context method to WG instead? This would require:
wg.set_context({'add1.result': 'sum.add1'})
as "result" is not uniquely defined anymore in the WG where there might be multiple "result".
However, anyway better to pass objects, rather than strings -> EDIT: Passing objects not possible, as they don't exist yet; strings are just pointers to the future entities.
Move
set_context
method to WG instead? This would require:as "result" is not uniquely defined anymore in the WG where there might be multiple "result".
However, anyway better to pass objects, rather than strings -> EDIT: Passing objects not possible, as they don't exist yet; strings are just pointers to the future entities.
As noted by @edan-bainglass, making syntax shorter, from:
to:
(or similar...)
The text was updated successfully, but these errors were encountered: