UNPKG

@5minds/processcube_engine

Version:

The ProcessCube Engine. Stores and executes BPMNs.

11 lines (10 loc) 280 B
import { Model } from 'sequelize-typescript'; export declare class HttpServiceTaskModel extends Model<HttpServiceTaskModel> { flowNodeInstanceId: string; url: string; method: string; body: string; headers: string; createdAt?: Date; updatedAt?: Date; }