2.5.3 • Published 4 years ago

oa-approval-flow v2.5.3

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

coding-flow

Travis npm package Coveralls

This Library provide bpmn modeler and viewer.

Installation

Install coding-flow via npm

npm install --save coding-flow

Development

安装依赖

yarn

启动 demo 项目

EID=************ yarn start

http://localhost:3000/#/modeler?bpmn

debug

控制台输入 localStorage=”modeler:log“

Usage

Load modeler :

import {CflowBpmnModeler, CflowBpmnViewer} from 'coding-flow/lib'

<CflowBpmnModeler
    url="xml modeler url"
    //onError={ onError }
    //onSucess={ onSuccess }
/>

Load Viewer :

import {CflowBpmnModeler, CflowBpmnViewer} from 'coding-flow/lib'

<CflowBpmnViewer
    url="xml modeler url"
    //onError={ onError }
    //onSucess={ onSuccess }
/>
2.5.3

4 years ago

2.5.2

4 years ago

2.5.1

4 years ago

2.4.9

4 years ago

2.5.0

4 years ago

2.4.10

4 years ago

2.4.11

4 years ago

2.4.8

4 years ago

2.4.5

4 years ago

2.4.4

4 years ago

2.4.7

4 years ago

2.4.6

4 years ago

2.4.3

4 years ago

2.4.2

4 years ago

2.4.1

4 years ago

2.4.0

4 years ago

2.3.8

4 years ago

2.3.7

4 years ago