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
WorkflowLayout.start takes a ViewEnvironment argument, and offers no way to update it after the first rendering. This can be worked around by judicious use of DecorativeViewFactory, but that's a pain and I suspect this will be a pretty common use case.