import EventBasedGatewayConverter from correct package
This commit is contained in:
parent
d71491dd67
commit
58f9d87a00
|
@ -1760,7 +1760,7 @@ lxml = "*"
|
||||||
type = "git"
|
type = "git"
|
||||||
url = "https://github.com/sartography/SpiffWorkflow"
|
url = "https://github.com/sartography/SpiffWorkflow"
|
||||||
reference = "main"
|
reference = "main"
|
||||||
resolved_reference = "1f51db962ccaed5810f5d0f7d76a932f056430ab"
|
resolved_reference = "0e61be85c47474a33037e6f398e64c96e02f13ad"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sqlalchemy"
|
name = "sqlalchemy"
|
||||||
|
|
|
@ -43,7 +43,7 @@ from SpiffWorkflow.exceptions import WorkflowException # type: ignore
|
||||||
from SpiffWorkflow.exceptions import WorkflowTaskException
|
from SpiffWorkflow.exceptions import WorkflowTaskException
|
||||||
from SpiffWorkflow.serializer.exceptions import MissingSpecError # type: ignore
|
from SpiffWorkflow.serializer.exceptions import MissingSpecError # type: ignore
|
||||||
from SpiffWorkflow.spiff.serializer.config import SPIFF_SPEC_CONFIG # type: ignore
|
from SpiffWorkflow.spiff.serializer.config import SPIFF_SPEC_CONFIG # type: ignore
|
||||||
from SpiffWorkflow.spiff.serializer.task_spec_converters import ( # type: ignore
|
from SpiffWorkflow.bpmn.serializer.task_spec import ( # type: ignore
|
||||||
EventBasedGatewayConverter,
|
EventBasedGatewayConverter,
|
||||||
)
|
)
|
||||||
from SpiffWorkflow.task import Task as SpiffTask # type: ignore
|
from SpiffWorkflow.task import Task as SpiffTask # type: ignore
|
||||||
|
|
Loading…
Reference in New Issue