Skip to content

Floating Forests

Amy Boyer edited this page Aug 23, 2019 · 14 revisions

The Floating Forests development pipeline follows:

     {
      "type": "Pipeline",
      "id": "1",
      "attributes": {
        "name": "First Pipeline",
        "workflow_id": null,
        "multiple_subject_sets": true,
        "subject_set_id": null
      },
      "relationships": {
        "pipeline_stages": {
          "data": [
            {
              "type": "PipelineStage",
              "id": "2"
            },
            {
              "type": "PipelineStage",
              "id": "3"
            },
            {
              "type": "PipelineStage",
              "id": "4"
            },
            {
              "type": "PipelineStage",
              "id": "6"
            },
            {
              "type": "PipelineStage",
              "id": "8"
            },
            {
              "type": "PipelineStage",
              "id": "5"
            }
          ]
        }
Clone this wiki locally