web.data.workflows.json Maven / Gradle / Ivy
{
"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