Skip to main content
Version: 3.9

HistoryProcessV2 流程历史

1. 结构声明

class HistoryProcessV2 extends BaseNode {
name: string = '';
title: string;
description: string;
elements: Array<ProcessElementV2>;
version: number;
bindEvents: Array<BindEvent>;
}