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
Hi, there are many things that are outdated right now, we're working hard to get these changes in upstream docs, first and major step is: PR #133. Please be patient, we're going to make docs updated soon.
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.
The text was updated successfully, but these errors were encountered: