Skip to main content

workflowitem_view_details

Api Code Documentation / Exports / workflowitem_view_details

Table of contents#

Functions#

Functions#

addHttpHandler#

â–¸ addHttpHandler(server, urlPrefix, service): void

Creates an http handler that handles incoming http requests for the /workflowitem.viewDetails route

Parameters#

NameTypeDescription
serverAugmentedFastifyInstancethe current fastify server instance
urlPrefixstringthe prefix of the http url
serviceServicethe service {@link Service} object used to offer an interface to the domain logic

Returns#

void

Defined in#

src/workflowitem_view_details.ts:180