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
_errorMessages array of string
_lastOperationStatus Status
_notes string
_warningMessages array of string
_phase string
_lastInvokedStep string

Example

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