decision-evaluations
Operations addressed under /decision-evaluations — 4 operations.
get-decision-evaluation-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<DecisionEvaluationDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
EvaluationDate | DateTime | no |
DecisionId | string | no |
DecisionName | string | no |
VersionNo | int? | yes |
DecisionKey | long | no |
DecisionOutput | object | no |
ProcessDefinitionKey | long | no |
ProcessInstanceKey | long? | yes |
ElementInstanceKey | long | no |
EvaluationFailureMessage | string | no |
FailedDecisionId | string | no |
DecisionStatus | bool | no |
XmlResource | string | no |
Member names are the service's declaration names.
query Parameters
decisionIddecisionNamedecisionStatusorderByorderSortpageIndexpageSizeget-decision-evaluation-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
decisionIddecisionKeydecisionNamedecisionOutputdecisionStatuselementInstanceKeyevaluationDateevaluationFailureMessagefailedDecisionIdidprocessDefinitionKeyprocessInstanceKeyversionNoget-decision-evaluation-by-decision-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as DecisionEvaluationDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
EvaluationDate | DateTime | no |
DecisionId | string | no |
DecisionName | string | no |
VersionNo | int? | yes |
DecisionKey | long | no |
DecisionOutput | object | no |
ProcessDefinitionKey | long | no |
ProcessInstanceKey | long? | yes |
ElementInstanceKey | long | no |
EvaluationFailureMessage | string | no |
FailedDecisionId | string | no |
DecisionStatus | bool | no |
XmlResource | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_46 | 400 | DECISION_EVALUATION_IS_NOT_FOUND | Decision evaluation cannot be found. |
path Parameters
idget-decision-evaluation-by-decision-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
decisionIddecisionKeydecisionNamedecisionOutputdecisionStatuselementInstanceKeyevaluationDateevaluationFailureMessagefailedDecisionIdidprocessDefinitionKeyprocessInstanceKeyversionNoxmlResourceget-decision-evaluation-input-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<DecisionEvaluationInputDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
InputId | string | no |
InputName | string | no |
InputValue | string | no |
Member names are the service's declaration names.
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeget-decision-evaluation-input-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
idinputIdinputNameinputValueget-decision-evaluation-output-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<DecisionEvaluationOutputDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
RuleId | string | no |
RuleIndex | int | no |
OutputId | string | no |
OutputName | string | no |
OutputValue | string | no |
Member names are the service's declaration names.
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeget-decision-evaluation-output-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
idoutputIdoutputNameoutputValueruleIdruleIndex