...
Attribute | Required? | Cardinality | Content | Values | Description |
---|---|---|---|---|---|
Response | Y | 1..N | javax.ws.rs.core.Response = List<SoInfraRequest> | A response represent a list of SoInfraRequest |
...
Attribute | Required? | Cardinality | Content | Values | Description |
---|---|---|---|---|---|
reqeustId | Y | 1 | String | A request id, it is used to query the corresponding top-level process Instance Id | |
serviceInstanceId | Y | 1 | String | A Service Instance Id | |
ServiceInstanceName | Y | 1 | String | A Service Instanced Name | |
networkId | Y | 1 | String | A network id | |
requestStatus | Y | 1 | String | A request Status | |
serviceType | Y | 1 | String | A service type | |
startTime | Y | 1 | String | A request start time | |
endTime | Y | 1 | String | A request end time |
Get
...
Process Instance Id Detail for the given
...
Request Id
Interface Definition | Description |
---|---|
URI | https://{host}:{port}/engine-rest/engine/process-instance-id/{requestId} |
Operation Type | Get |
Content-Type | application/json |
...
Attribute | Required? | Cardinality | Content | Values | Description |
---|---|---|---|---|---|
Response | Y | 1..N | javax.ws.rs.core.Response = List<ProcessInsanceIdDetail> | A response represent a list of ProcessInstanceIdDetail |
...
Attribute | Required? | Cardinality | Content | Values | Description |
---|---|---|---|---|---|
Response | Y | 1..N | javax.ws.rs.core.Response = List<ActivityInstanceDetail> | A response represent of a list of ActivityInstanceDetail |
...
Attribute | Required? | Cardinality | Content | Values | Description |
---|---|---|---|---|---|
Response | Y | 1..N | javax.ws.rs.core.Response = List<ProcessInstanceVariableDetail> | A response represent of a list of ProcessInstanceVariableDetail |
...