Tuomas Pesola

Results 6 comments of Tuomas Pesola

Is there something i need to do in before a maintainer will take a look at this pr?

Thanks for the quick response and this is lovely to hear! Any time estimate for this extension of the REST API?

> Hey @wuahi, we have added this functionality on main. > > The endpoint for deleting process instances is [here](https://github.com/flowable/flowable-engine/blob/c1434dcaa8962f0eb43fc73bc0fdb32b76e0405b/modules/flowable-rest/src/main/java/org/flowable/rest/service/api/runtime/process/ProcessInstanceCollectionResource.java#L368) and the PR that added this functionality is #3295. >...

Hello, i am getting similar errors just using in fastify. My plugin implementation is : ``` import { FastifyPluginAsync } from 'fastify' import fp from 'fastify-plugin' import wretch from 'wretch'...

NEVERMIND! i am an idiot :laughing: . There is just a bad index at /middlewares, so it does not properly export the middlewares straight from there. So for example if...