D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

LifecycleInformation Data Type

Properties
name data type description
_triggeredEvents array of TriggeredEvents
_lastInvokedStep string
_errorMessages array of string
_notes string
_phase string
_warningMessages array of string
_lastOperationStatus Status

Example

{
  "_triggeredEvents" : [ {
    "errorMessages" : [ "...", "..." ],
    "event" : "...",
    "warningMessages" : [ "...", "..." ],
    "lastOperationStatus" : "OK"
  }, {
    "errorMessages" : [ "...", "..." ],
    "event" : "...",
    "warningMessages" : [ "...", "..." ],
    "lastOperationStatus" : "OK"
  } ],
  "_lastInvokedStep" : "...",
  "_errorMessages" : [ "...", "..." ],
  "_notes" : "...",
  "_phase" : "...",
  "_warningMessages" : [ "...", "..." ],
  "_lastOperationStatus" : "WARNING"
}