Task #17855
WSC: WorkflowGet()
Start date:
Due date:
% Done:
100%
Estimated time:
Description
WorkflowGet()
¶
Request
{
"slice": 5,
"app": "steeringcommittee",
"class": "members",
"name": "goldstatus"
}
where all four parameters are mandatory and they together uniquely identify a single workflow.
Processing
The caller must have ruleset
capability for the app to which this ruleset belongs. A caller with root
rights may apply the call to any ruleset in her realm.
Response
{
"id": 5824,
"slice": 5,
"app": "steeringcommittee",
"class": "members",
"name": "goldstatus",
"is_active": false,
"is_internal": true,
"flowrules": "{ some JSON block }",
"createdat": "some timestamp",
"createdby": "sam@rulesandflows.com",
"editedat": "some timestamp",
"editedby": "timothy@corp.rulesandflows.com"
}
where the fields are all pulled out from the ruleset
table.
Updated by Aniket Shinde about 1 year ago
- % Done changed from 0 to 80
- Assignee set to Aniket Shinde
- Status changed from In Progress to Testing
Task Completed: 80%
Pending: realm implementation