All Downloads are FREE. Search and download functionalities are using the official Maven repository.

workflow.wb_defs.json Maven / Gradle / Ivy

The newest version!
{
  "workbooks": [
    {
      "id": "3882c3a2-9125-46ae-8c80-4d94982f4d73",
      "name": "my_wb0",
      "created_at": "2017-05-30 08:40:29",
      "project_id": "",
      "scope": "private",
      "tags": ["test", "private"],
      "definition": "---\nversion: '2.0'\n\nparallel_join_2:\n  tasks:\n    join_task:\n      join: all\n    task_1:\n      on-success: join_task\n    task_2:\n      on-success: join_task\n"
    },
    {
      "id": "3882c3a2-9125-46ae-8c80-4d94982f4d73",
      "name": "my_wb1",
      "created_at": "2017-05-30 08:40:29",
      "project_id": "",
      "scope": "private",
      "tags": [],
      "definition": "---\nversion: '2.0'\n\nname: my_wb\n\nworkflows:\n  with_items_40:\n    tasks:\n      task1:\n        with-items: i in <% range(0, 40) %>\n        action: std.echo output=<% $.i %>\n"
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy