Merge branch 'main' of github.com:sartography/bpmn-js-spiffworkflow into main
This commit is contained in:
commit
1cd4220942
|
@ -15,7 +15,7 @@ jobs:
|
|||
steps:
|
||||
- name: Dependabot metadata
|
||||
id: metadata
|
||||
uses: dependabot/fetch-metadata@v1.1.1
|
||||
uses: dependabot/fetch-metadata@v1.3.1
|
||||
with:
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
- name: Enable auto-merge for Dependabot PRs
|
||||
|
|
|
@ -14,6 +14,6 @@ jobs:
|
|||
uses: actions/checkout@v3.0.2
|
||||
|
||||
- name: Run Labeler
|
||||
uses: crazy-max/ghaction-github-labeler@v3.1.1
|
||||
uses: crazy-max/ghaction-github-labeler@v4.0.0
|
||||
with:
|
||||
skip-delete: true
|
||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- uses: actions/checkout@v2 #Checkout Repo
|
||||
- uses: actions/setup-node@v1 #Setup Node
|
||||
- uses: actions/setup-node@v3 #Setup Node
|
||||
with:
|
||||
node-version: 18
|
||||
- run: npm install
|
||||
|
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2 #Checkout Repo
|
||||
- uses: actions/setup-node@v1 #Setup Node
|
||||
- uses: actions/setup-node@v3 #Setup Node
|
||||
- uses: nanasess/setup-chromedriver@v1
|
||||
with:
|
||||
node-version: '18'
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# SpiffWorkflow Extensions for BPMN.js
|
||||
This package provides extensions that can be applied to BPMN.js that will enable some important features of [SpiffWorkflow](https://github.com/sartography/SpiffWorkflow) - the Python BPMN Library for executing business processes. See below for more information.
|
||||
|
||||
**IMPROTANT**: This is a work in progress, and is not yet released.
|
||||
**IMPORTANT**: This is a work in progress, and is not yet released.
|
||||
|
||||
# About
|
||||
|
||||
|
@ -33,7 +33,7 @@ Using these data input and outputs will allow you to create processes designed t
|
|||
## Usage
|
||||
```javascript
|
||||
import BpmnModeler from 'bpmn-js/lib/Modeler';
|
||||
import IoModule from 'bpmn-js-spiffworkflow/lib/io';
|
||||
import spiffworkflow from 'bpmn-js-spiffworkflow/app/spiffworkflow';
|
||||
|
||||
|
||||
var bpmnJS = new BpmnModeler({
|
||||
|
@ -67,5 +67,3 @@ npm run all
|
|||
|
||||
## License
|
||||
MIT
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue