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
* Function IDs should be of the form "APPID/path/in/app" (without leading slash) where APPID may either be a named application or ".", indicating the appID of the current (calling) function.
Javadoc still uses the 'old'
functionId
pattern, they should be updated to reflect the 'new'functionId
style.E.g.
fdk-java/flow-api/src/main/java/com/fnproject/fn/api/flow/Flow.java
Line 34 in 0b7d2e6
fdk-java/flow-api/src/main/java/com/fnproject/fn/api/flow/Flow.java
Line 80 in 0b7d2e6
fdk-java/flow-api/src/main/java/com/fnproject/fn/api/flow/Flow.java
Line 201 in 0b7d2e6
fdk-java/flow-api/src/main/java/com/fnproject/fn/api/flow/Flow.java
Line 223 in 0b7d2e6
The text was updated successfully, but these errors were encountered: