Closed burque505 closed 3 years ago
Good find! Many thanks for this. I will go through all dependencies again and add the missing ones in the net update.
Btw: if you already haven't done so, please upgrade BPMN-RPA Studio to the latest version (now 21.6.51). It has lots of new features, like disabling steps in the flow by right ckicking a shape and the ability to stop flows that have an endless loop.
ISSUE: Flows will not execute from Studio DESCRIPTION: Flows will not execute from Studio STEPS TO REPRODUCE:
TROUBLESHOOTING:
C:\BPMN-RPA Studio\Git>python test.py flow2.flw Traceback (most recent call last): File "test.py", line 1, in <module> from BPMN_RPA.WorkflowEngine import WorkflowEngine File "C:\Program Files\Python37\lib\site-packages\BPMN_RPA\WorkflowEngine.py", line 22, in <module> import xmltodict ModuleNotFoundError: No module named 'xmltodict'
FIX: pip install --upgrade xml2dict SUGGESTION: Add xml2dict as dependency