icgc-argo / workflow-graph-node

Workflow Graph Node
GNU Affero General Public License v3.0
0 stars 0 forks source link

🐛 NPE when trying to enqueue via web api due to Null Graph Transit Object #57

Open andricDu opened 3 years ago

andricDu commented 3 years ago

Describe the bug

Null pointer is thrown trying to log enqueue events.

https://github.com/icgc-argo/workflow-graph-node/blob/develop/src/main/java/org/icgc_argo/workflowgraphnode/logging/GraphLogger.java#L137-L143 image

image

Expected behaviour

We need to be registering GTOs on enqueue.

andricDu commented 3 years ago

Fix here: https://github.com/icgc-argo/workflow-graph-node/pull/58