updated spiffworkflow

This commit is contained in:
jasquat 2023-04-10 13:06:14 -04:00
parent 5c2f0ef9de
commit 14c8f38287
3 changed files with 4 additions and 5 deletions

View File

@ -1889,8 +1889,8 @@ lxml = "*"
[package.source]
type = "git"
url = "https://github.com/sartography/SpiffWorkflow"
reference = "bugfix/run-boundary-events-from-engine-steps"
resolved_reference = "067d6a723b2533ba51d83f94f7f3609004474673"
reference = "main"
resolved_reference = "98a1b37e01a00faea60025f517a89867b7261432"
[[package]]
name = "sqlalchemy"
@ -2273,7 +2273,7 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata]
lock-version = "1.1"
python-versions = ">=3.9,<3.12"
content-hash = "3f192bd96668c070edc1270804ba560b7e0df3df09b7f23f2651b2dcd68c1500"
content-hash = "9fea44386fbab29102a051a254058909568c4ee3dbd6a402fb91aacbcf1f7fd2"
[metadata.files]
alabaster = [

View File

@ -27,7 +27,7 @@ flask-marshmallow = "*"
flask-migrate = "*"
flask-restful = "*"
werkzeug = "*"
SpiffWorkflow = {git = "https://github.com/sartography/SpiffWorkflow", rev = "bugfix/run-boundary-events-from-engine-steps"}
SpiffWorkflow = {git = "https://github.com/sartography/SpiffWorkflow", rev = "main"}
# SpiffWorkflow = {git = "https://github.com/sartography/SpiffWorkflow", rev = "6cad2981712bb61eca23af1adfafce02d3277cb9"}
# SpiffWorkflow = {develop = true, path = "../../SpiffWorkflow" }
sentry-sdk = "^1.10"

View File

@ -1,5 +1,4 @@
"""Process Model."""
import json
import re
from flask.app import Flask