BizSnips

Snippets of knowledge to make life easier for a busy consultant

Looking for something?

Latest Articles

Advertisement

  • Ground 0 of Process Implementation

    There 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…

    Read more: Ground 0 of Process Implementation
  • Connecting to a DB

    Directly 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:…

    Read more: Connecting to a DB