UNPKG

@5minds/processcube_engine

Version:

The ProcessCube Engine. Stores and executes BPMNs.

4 lines (3 loc) 242 B
import { FlowNodeInstance } from '@5minds/processcube_engine_sdk'; import { FlowNodeInstanceModel } from '../Models/index'; export declare function createFlowNodeInstanceFromModel(dataModel: FlowNodeInstanceModel): Promise<FlowNodeInstance>;