Last active
January 3, 2022 17:57
-
-
Save danfunk/513f23d3ffc972a8a7423761857b29b6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from SpiffWorkflow.dmn.parser.BpmnDmnParser import BpmnDmnParser | |
| from SpiffWorkflow.bpmn.workflow import BpmnWorkflow | |
| parser = BpmnDmnParser() | |
| parser.add_bpmn_file('ducks.bpmn') | |
| spec = x.get_spec('step1') | |
| workflow = BpmnWorkflow(spec) | |
| workflow.do_engine_steps() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment