Returns all pending External Step Requests by GUID

get

/gatewayapi/restapi/v1/externalStep/pending

Request

Query Parameters

Response

200 Response

successful operation
Body ()
A reference to store the request for an external step to run.
Root Schema : ExternalStepRequest
Type: object
A reference to store the request for an external step to run.
Show Source
Nested Schema : Customization
Type: object
Show Source
Nested Schema : FlowInstance
Type: object
A reference to the flowInst business object.
Show Source
Nested Schema : FlowStepInstance
Type: object
A reference to the flowStepInst business object.
Show Source
Nested Schema : Provider
Type: object
Show Source
Nested Schema : reqData
Type: array
The request data of external flow step.
Show Source
Nested Schema : reqData
Type: array
The request parameters of external flow step.
Show Source
Nested Schema : respData
Type: array
The response data of external flow step.
Show Source
Nested Schema : childInstances
Type: array
A list of child flow instances associated with a flow instance object.
Show Source
Nested Schema : Flow
Type: object
The flow object associated with a flow instance.
Show Source
Nested Schema : FlowSchedule
Type: object
The flow schedule object associated with a flow instance.
Show Source
Nested Schema : flowStepInstances
Type: array
Unique Items Required: true
Set of flow step instances
Show Source
Nested Schema : App
Type: object
A reference to the App business object.
Show Source
Nested Schema : FlowDefinition
Type: object
The flow definition object associated with a flow.
Show Source
Nested Schema : appInstances
Type: array
Unique Items Required: true
The list of application instances associated with a flow.
Show Source
Nested Schema : AppInstance
Type: object
The list of application instances associated with a flow.
Show Source
Nested Schema : EventProviderInstance
Type: object
A reference to the event listener instance object.
Show Source
Nested Schema : Schedule
Type: object
The schedule object associated with a flow schedule. This is used for scheduling jobs.
Show Source
Nested Schema : eventInstanceConfigs
Type: array
Unique Items Required: true
A reference to the eventInstConfig object.
Show Source
Nested Schema : EventListener
Type: object
A reference to the event listener object.
Show Source
Nested Schema : InstanceConfig
Type: object
The value of the event instance configuration.
Show Source
Nested Schema : EventProviderConfig
Type: object
A reference to the eventConfig object.
Show Source
  • The unique ID of the event configuration generated by the system.
  • The name of the event configuration.
  • The title of the event configuration.
  • Allowed Values: [ "String", "Integer", "Double", "Boolean", "HiddenString", "Criteria" ]
    The type of event configuration. Choices include: String, Integer, Double, Boolen, HiddenString, and Criteria.
Nested Schema : FlowStep
Type: object
A reference to the flowStep business object.
Show Source
Nested Schema : flowStepInstanceMessages
Type: array
Unique Items Required: true
A reference to the flowStepInstMsg business object.
Show Source
Nested Schema : FlowStepInstanceMessage
Type: object
A reference to the flowStepInstMsg business object.
Show Source
  • The unique ID of the flowstep instance message generated by the system.
  • The name of the flowstep instance message.
  • The sequence number of a flowstep instance message. The sequence number determines the display order of the flowstep instance message in a sequence.
  • The input and output messages of each step in a flow.

404 Response

The External Step Request does not exist or you do not have access to it.