Spinnaker Stage Manual Judgement: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:
       "type": "manualJudgment",
       "type": "manualJudgment",
       "failPipeline": true,            # what does this mean?
       "failPipeline": true,            # what does this mean?
       "isNew": true,                     # what does this mean?
       "isNew": true,                   # what does this mean?
       "judgmentInputs": [
       "judgmentInputs": [
           {
           {

Revision as of 18:42, 30 May 2023

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": [],
    }
  ],
}