We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b99af9 commit 12ca4e3Copy full SHA for 12ca4e3
core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/InvokerReactive.scala
@@ -287,7 +287,7 @@ class InvokerReactive(
287
duration = Some(0),
288
response = response,
289
annotations = {
290
- Parameters(WhiskActivation.pathAnnotation, JsString(msg.action.asString)) ++
+ Parameters(WhiskActivation.pathAnnotation, JsString(msg.action.copy(version = None).asString)) ++
291
Parameters(WhiskActivation.kindAnnotation, JsString(Exec.UNKNOWN)) ++ causedBy
292
})
293
}
0 commit comments