Workflowitem
Api Code Documentation / Exports / service/domain/workflow/workflowitem / Workflowitem
service/domain/workflow/workflowitem.Workflowitem
#
Table of contents#
Properties- additionalData
- amount
- amountType
- assignee
- billingDate
- createdAt
- currency
- description
- displayName
- documents
- dueDate
- exchangeRate
- id
- isRedacted
- log
- permissions
- rejectReason
- status
- subprojectId
- workflowitemType
#
Properties#
additionalData• additionalData: object
#
Defined insrc/service/domain/workflow/workflowitem.ts:41
#
amount• Optional
amount: string
#
Defined insrc/service/domain/workflow/workflowitem.ts:30
#
amountType• amountType: "N/A"
| "disbursed"
| "allocated"
#
Defined insrc/service/domain/workflow/workflowitem.ts:32
#
assignee• assignee: string
#
Defined insrc/service/domain/workflow/workflowitem.ts:36
#
billingDate• Optional
billingDate: string
#
Defined insrc/service/domain/workflow/workflowitem.ts:29
#
createdAt• createdAt: string
#
Defined insrc/service/domain/workflow/workflowitem.ts:25
#
currency• Optional
currency: string
#
Defined insrc/service/domain/workflow/workflowitem.ts:31
#
description• description: string
#
Defined insrc/service/domain/workflow/workflowitem.ts:33
#
displayName• displayName: string
#
Defined insrc/service/domain/workflow/workflowitem.ts:27
#
documents• documents: DocumentReference
[]
#
Defined insrc/service/domain/workflow/workflowitem.ts:37
#
dueDate• Optional
dueDate: string
#
Defined insrc/service/domain/workflow/workflowitem.ts:26
#
exchangeRate• Optional
exchangeRate: string
#
Defined insrc/service/domain/workflow/workflowitem.ts:28
#
id• id: string
#
Defined insrc/service/domain/workflow/workflowitem.ts:23
#
isRedacted• isRedacted: false
#
Defined insrc/service/domain/workflow/workflowitem.ts:22
#
log• log: WorkflowitemTraceEvent
[]
#
Defined insrc/service/domain/workflow/workflowitem.ts:39
#
permissions• permissions: Permissions
#
Defined insrc/service/domain/workflow/workflowitem.ts:38
#
rejectReason• Optional
rejectReason: string
#
Defined insrc/service/domain/workflow/workflowitem.ts:35
#
status• status: "open"
| "closed"
#
Defined insrc/service/domain/workflow/workflowitem.ts:34
#
subprojectId• subprojectId: string
#
Defined insrc/service/domain/workflow/workflowitem.ts:24
#
workflowitemType• Optional
workflowitemType: default