joostvangils / BPMN_RPA

Robotic Process Automation in Windows and Linux by using Diagrams.net BPMN diagrams.
GNU General Public License v3.0
40 stars 8 forks source link

No function named "main" in MessageBox.py #12

Closed YNG2020 closed 8 months ago

YNG2020 commented 10 months ago

I tried to transfer the variable from "create variable" task to "MessageBox" task just like the video below: BPMN-RPA - Chapter 4: Variables But the source code MessageBox.py did not contain the function "main", which would be called in the "MessageBox" task. Is it a bug? Thanks in advanced!

joostvangils commented 8 months ago

You should use 'show' instead of 'main'. 'main' is obsolter.