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
The constructors CustomGremlinGroovyPipeline() and CustomGremlinGroovyPipeline(Object starts) do not initialize the PipesDatastore to use to access the model. Calling model related methods defined at the pipeline level such as getAtt and getRef will throw a NPE.
Is there a valid reason to keep these constructors?
The text was updated successfully, but these errors were encountered:
The constructors
CustomGremlinGroovyPipeline()
andCustomGremlinGroovyPipeline(Object starts)
do not initialize thePipesDatastore
to use to access the model. Calling model related methods defined at the pipeline level such asgetAtt
andgetRef
will throw a NPE.Is there a valid reason to keep these constructors?
The text was updated successfully, but these errors were encountered: