Spinnaker Stage Manual Judgement

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

JSON Definition

{
   "stages": [
    {
      "refId": "1",
      "name": "My Manual Judgment",
      "type": "manualJudgment"
      "failPipeline": true,             # what does this mean?
      "isNew": true,                     # what does this mean?
      "judgmentInputs": [
          {
            "value": "Test Option"
          }
       ],
      "notifications": [],
      "judgmentInputs": [],
      "requisiteStageRefIds": [],
    }
  ],
}