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

Example

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