-
Ground 0 of Process Implementation
Read more: Ground 0 of Process ImplementationThere are a few things you need to do before you actually create your process in Bizagi. Because Bizagi remembers everything and changing / deleting processes is not the best course of action, it is best if you have a clear idea of what you need: General information Data Model Governance Rule Standardization Tracing Standardization…
-
Connecting to a DB
Read more: Connecting to a DBDirectly connecting to a database is generally not recommended when integrating with other systems. However, if you absolutely must connect straight to a database and run queries against it, here’s how you can do it. Have the DB connection link Initiate the connection to the database: Define the call and execute it: Close the connection:…