Skip to Content

User Tasks

Abfragen

import { EngineClient, DataModels } from '@5minds/processcube_engine_client'; const client = new EngineClient('http://localhost:10560'); const userTasks = await client.userTasks.query({ processModelId: 'myProcessModelId', state: DataModels.FlowNodeInstances.FlowNodeInstanceState.suspended, });