system status service
More...
Inherits QorusSystemService.
|
| hash | retryAll (softint wfiid) |
| | retryAll service method
|
| |
| hash | cancelWorkflow (softint wfiid) |
| | cancelWorkflow service method
|
| |
| hash | setError (softint wfiid) |
| | setError service method
|
| |
| nothing | skipStep (softint wfiid, softint stepid, *softint ind) |
| | skipStep service method
|
| |
◆ cancelWorkflow()
| hash QorusSystemStatusService::cancelWorkflow |
( |
softint |
wfiid | ) |
|
|
inline |
◆ retryAll()
| hash QorusSystemStatusService::retryAll |
( |
softint |
wfiid | ) |
|
|
inline |
retryAll service method
- Parameters
-
| wfiid | the workflow_instanceid to retry |
- Deprecated:
- use rest_api_PUT_latest_orders__id__retry instead
◆ setError()
| hash QorusSystemStatusService::setError |
( |
softint |
wfiid | ) |
|
|
inline |
◆ skipStep()
| nothing QorusSystemStatusService::skipStep |
( |
softint |
wfiid, |
|
|
softint |
stepid, |
|
|
*softint |
ind |
|
) |
| |
|
inline |
skipStep service method
- Parameters
-
| wfiid | the workflow_instanceid of the step to skip |
| stepid | the step ID of the step to skip |
| ind | the step index of the step to skip; if not present, defaults to 0 |
- Note
- CAUTION: could cause a workflow to stall if the step retrieves data needed in subsequent steps
- Deprecated:
- use PUT /api/latest/orders/{id}?action=skipStep instead
The documentation for this class was generated from the following file: