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": "Option 1 to Pick from Dropdown Box"
          },
          {
            "value": "Option 2 to Pick from Dropdown Box"
          },
          {
            "value": "Option 3 to Pick from Dropdown Box"
          }
       ],
      "instructions": "These are the instructions to be read by user on \"manual judgement\"",
      "notifications": [],
      "judgmentInputs": [],
      "requisiteStageRefIds": [],
    }
  ],
}