BPM
integer · int64 · requiredinteger · int32stringstringbooleanstringstringstringstringstring · date-timestringstring · date-time
workflow-history
Operations addressed under /workflow-history — 1 operation.
get-workflow-history
GET
https://dg-sandbox.dgpays.com/bpm-service
/workflow-history/{processInstanceKey}
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<WorkflowHistoryDto>.
| Field | Declared type | Nullable |
|---|---|---|
StepName | string | no |
StepStartDate | DateTime | no |
StepEndDate | DateTime? | yes |
AssignCode | string | no |
ApprovalStatus | string | no |
AssignName | string | no |
OrganizationCodes | string | no |
OrganizationName | string | no |
Roles | string | no |
RoleName | string | no |
IsWorkflow | bool | no |
ProcessInstanceKey | long | no |
Description | string | no |
StepNameTranslations | IEnumerable<TranslationDto> (collection) | no |
SubProcesses | IEnumerable<WorkflowHistoryDto> (collection) | no |
Member names are the service's declaration names.
path Parameters
processInstanceKeyget-workflow-history › 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.
object[]
Array of catalog-declared response records.
approvalStatusassignCodeassignNameisWorkfloworganizationCodesorganizationNameroleNamerolesstepEndDatestepNamestepStartDateobject[]