Qorus Integration Engine® Enterprise Edition 6.0.16_prod
Loading...
Searching...
No Matches
QorusSystemStatusService Class Reference

system status service More...

Inherits QorusSystemService.

Public Member Methods

hash retryAll (softint wfiid)
 retryAll service method More...
 
hash cancelWorkflow (softint wfiid)
 cancelWorkflow service method More...
 
hash setError (softint wfiid)
 setError service method More...
 
nothing skipStep (softint wfiid, softint stepid, *softint ind)
 skipStep service method More...
 

Detailed Description

system status service

Member Function Documentation

◆ cancelWorkflow()

hash QorusSystemStatusService::cancelWorkflow ( softint  wfiid)
inline

cancelWorkflow service method

Parameters
wfiidthe workflow_instanceid to cancel
Deprecated:
use PUT /api/latest/orders/{id}?action=cancel instead

◆ retryAll()

hash QorusSystemStatusService::retryAll ( softint  wfiid)
inline

retryAll service method

Parameters
wfiidthe workflow_instanceid to retry
Deprecated:
use rest_api_PUT_latest_orders__id__retry instead

◆ setError()

hash QorusSystemStatusService::setError ( softint  wfiid)
inline

setError service method

Parameters
wfiidthe workflow_instanceid to set to ERROR
Deprecated:
PUT /api/latest/orders/{id}?action=setError instead

◆ skipStep()

nothing QorusSystemStatusService::skipStep ( softint  wfiid,
softint  stepid,
*softint  ind 
)
inline

skipStep service method

Parameters
wfiidthe workflow_instanceid of the step to skip
stepidthe step ID of the step to skip
indthe 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: