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

web.data.workflows.json Maven / Gradle / Ivy

There is a newer version: 0.4.3
Show newest version
{
  "nextPageStart": 1,
  "results": [ {
    "id" : "foobar",
    "userId" : "joe",
    "name" : "unknown",
    "progress" : 23,
    "status" : "RUNNING"
  }, {
    "id" : "barfoo",
    "userId" : "mary",
    "name" : "unknown",
    "progress" : 100,
    "status" : "SUCCEEDED"
  }, {
    "id" : "foobar",
    "userId" : "joe",
    "name" : "unknown",
    "progress" : 100,
    "status" : "FAILED"
  } ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy