2.5.3 • Published 5 years ago

oa-approval-flow v2.5.3

Weekly downloads
2
License
MIT
Repository
-
Last release
5 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

5 years ago

2.5.2

5 years ago

2.5.1

5 years ago

2.4.9

5 years ago

2.5.0

5 years ago

2.4.10

5 years ago

2.4.11

5 years ago

2.4.8

5 years ago

2.4.5

5 years ago

2.4.4

5 years ago

2.4.7

5 years ago

2.4.6

5 years ago

2.4.3

5 years ago

2.4.2

5 years ago

2.4.1

5 years ago

2.4.0

5 years ago

2.3.8

5 years ago

2.3.7

5 years ago