workflowitem_update.v2
Api Code Documentation / Exports / workflowitem_update.v2
Table of contents
Functions
Functions
addHttpHandler
▸ addHttpHandler(server, urlPrefix, service): void
Creates an http handler that handles incoming http requests for the /workflowitem.update route
Parameters
| Name | Type | Description |
|---|---|---|
server | AugmentedFastifyInstance | the current fastify server instance |
urlPrefix | string | the prefix of the http url |
service | WorkflowitemUpdateServiceInterface | the service Service object used to offer an interface to the domain logic |
Returns
void