service/domain/workflow/workflowitem
Api Code Documentation / Exports / service/domain/workflow/workflowitem
#
Table of contents#
Interfaces#
Type aliases#
Variables#
Functions#
Type aliases#
IdƬ Id: string
#
Defined insrc/service/domain/workflow/workflowitem.ts:17
#
ScrubbedWorkflowitemƬ ScrubbedWorkflowitem: Workflowitem
| RedactedWorkflowitem
#
Defined insrc/service/domain/workflow/workflowitem.ts:68
#
Variables#
idSchema• Const
idSchema: StringSchema
#
Defined insrc/service/domain/workflow/workflowitem.ts:19
#
Functions#
permitsâ–¸ permits(workflowitem
, actingUser
, intents
): boolean
#
ParametersName | Type |
---|---|
workflowitem | Workflowitem |
actingUser | ServiceUser |
intents | default [] |
#
Returnsboolean
#
Defined insrc/service/domain/workflow/workflowitem.ts:136
#
redactâ–¸ redact(workflowitem
): RedactedWorkflowitem
#
ParametersName | Type |
---|---|
workflowitem | Workflowitem |
#
Returns#
Defined insrc/service/domain/workflow/workflowitem.ts:151
#
validateâ–¸ validate(input
): Type
<Workflowitem
>
#
ParametersName | Type |
---|---|
input | any |