Qorus Integration Engine® Enterprise Edition 6.0.16_prod
Loading...
Searching...
No Matches
status-v5.1.qsd File Reference

More...

Classes

class  QorusSystemStatusService
 system status service More...
 

Detailed Description

DEPRECATED: provides a backwards-compatible API for external status changes to be made to workflow orders

See also
QorusSystemStatusService for method information
Deprecated:
This service is deprecated and only included for backwards compatibility; all methods in this service have been replaced by internal API calls. The functionality previously implemented by this service is now built in to the Qorus server itself and exposed through RPC and REST APIs.

This service provides methods for manipulating the statuses of workflow order data instances.

References to new, non-deprecated functionality are provided in the documentation below; however the following table provides a mapping:

Status Method to Status API Mapping

Method

Function or API

status::retryAll()

REST API: PUT /api/latest/orders/id?action=retry

status::cancelWorkflow()

REST API: PUT /api/latest/orders/id?action=cancel

status::setError()

REST API: PUT /api/latest/orders/id?action=setError

status::skipStep()

REST API: PUT /api/latest/orders/id?action=skipStep;stepid=id[;ind=id]