Context Preparation Process
Holds the information about a Preparation Process of Bifröst.
Properties
id
string
Each preparation process has its own unique ID (like pull-image
of the docker environment).
Please refer the documentation of the supported environments for their preparation process kinds.
flow
string
Holds the name of flow which context holds this preparation process.
progress
float32
In case of update events, this holds the current progress of the whole process in 0.0
to 1.0
.
percentage
float32
Same as progress
but multiplied with 100.0
to be able to be used directly as percentage value. Therefore, the value can be 0.0
to 100.0
.
error
any
In case of error events, this holds the full error information.
Danger
Should usually not be displayed to end-users because it can contain sensitive system information which should only be exposed inside of log files.
This property should only be used for evaluation what should be displayed instead of displaying itself.
*
any
Each preparation process can provide other information, like image
in case of a docker pull-image
process.
Please refer the documentation of the supported environments for their process kinds.