Qorus Integration Engine®  4.0.3.p2_git
status-v4.0.qsd File Reference

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

Classes

class  QorusSystemStatusService
 the main status service class More...
 

Detailed Description

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

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
retryAll() REST API: PUT /api/latest/orders/id?action=retry
cancelWorkflow() REST API: PUT /api/latest/orders/id?action=cancel
setError() REST API: PUT /api/latest/orders/id?action=setError
skipStep() REST API: PUT /api/latest/orders/id?action=skipStep;stepid=id[;ind=id]