Upgrades, or updates, the target component for an uploaded, or copied,
component archive.
Input value: "archivePath" -- Type: java.lang.String path
to validated archive
Input value: "jbiName" -- Type: java.lang.String JBI name
from validated archive
Input value: "redirectOnFailure" -- Type: java.lang.String
what to show if it fails
Input value: "redirectOnSuccess" -- Type: java.lang.String
what to show if it works
Output value: "isAlertNeeded" -- Type: java.lang.Boolean
show alert or not
Output value: "alertSummary" -- Type: String summary, if
failure
Output value: "alertDetails" -- Type: String details, if
failure
Output value: "redirectTo" -- Type: String Where to go
next, based on success/failure
Parameters: handlerCtx - HandlerContext provides inputs andoutputs. |