FlowNode-Instanzen
Der FlowNodeInstanceClient ermöglicht das Abfragen der Ausführungshistorie von BPMN-FlowNodes innerhalb einer Prozessinstanz.
const flowNodes = await client.flowNodeInstances.query({
processInstanceId: 'instance-id',
});Der FlowNodeInstanceClient ermöglicht das Abfragen der Ausführungshistorie von BPMN-FlowNodes innerhalb einer Prozessinstanz.
const flowNodes = await client.flowNodeInstances.query({
processInstanceId: 'instance-id',
});