Automated commit by github action: 4535258726

This commit is contained in:
GitHub Action Bot
2023-03-27 18:20:00 +00:00
parent 81fd2da20c
commit 8220dbc890
3 changed files with 31 additions and 9 deletions

View File

@@ -2,20 +2,28 @@ type: object
properties:
oldApproverName:
type: string
description: Display name of approver that forwarded the approval.
example: frank.mir
description: Display name of approver from whom the approval was forwarded.
example: Frank Mir
newApproverName:
type: string
description: Display name of approver to whom the approval was forwarded.
example: al.volta
example: Al Volta
comment:
type: string
description: Comment made by old approver when forwarding.
example: Fusce id orci vel consectetur amet ipsum quam.
nullable: true
description: Comment made while forwarding.
example: Forwarding from Frank to Al
modified:
type: string
format: date-time
format: 'date-time'
description: Time at which approval was forwarded.
example: "2019-08-23T18:52:57.398Z"
example: '2019-08-23T18:52:57.398Z'
forwarderName:
type: string
nullable: true
description: Display name of forwarder who forwarded the approval.
example: William Wilson
reassignmentType:
$ref: 'ReassignmentType.yaml'
description: Type of approval reassignment.
example: AUTOMATIC_REASSIGNMENT

View File

@@ -19,3 +19,9 @@ properties:
example: "2019-08-23T18:52:57.398Z"
status:
$ref: './ManualWorkItemState.yaml'
forwardHistory:
type: array
items:
$ref: './ApprovalForwardHistory.yaml'
description: >-
The history of approval forward action.

View File

@@ -0,0 +1,8 @@
type: string
enum:
- MANUAL_REASSIGNMENT
- AUTOMATIC_REASSIGNMENT
- AUTO_ESCALATION
- SELF_REVIEW_DELEGATION
description: Type of approval reassignment.
example: MANUAL_REASSIGNMENT