application-services-model/src/workflow.ts
Workflow object for service/ng layer
Properties |
|
constructor(data?: any)
|
||||||
|
Parameters :
|
| constrainedStatusTransition |
Type : boolean
|
| Optional contentTypes |
Type : ContentType[]
|
| created |
Type : string
|
| createdBy |
Type : UserSummary
|
| domainId |
Type : number
|
| id |
Type : number
|
| Optional isGuided |
Type : boolean
|
| lastModified |
Type : string
|
| modifiedBy |
Type : UserSummary
|
| name |
Type : string
|
| statuses |
Type : Status[]
|