Merge branch 'main' of github.com:sartography/bpmn-js-spiffworkflow into main

This commit is contained in:
Dan 2022-06-15 10:00:15 -04:00
commit 1cd4220942
5 changed files with 6 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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'

View File

@ -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