Is bumping into the following error while deploying the app
[ERROR] /function/src/main/java/com/example/fn/HelloFunction.java:[3,33] package com.fnproject.fn.api.flow does not exist
This got fixed by adding the flow-api dependency in pom.xml
com.fnproject.fn
flow-api
${fdk.version}
But this step is not mentioned in the tutorial.