/** * Seed file for workflow registrations * This creates workflow registrations and versions for the InvoiceApproval workflow * that is used in the workflow_data seed file */ const { v4: uuidv4 } = require('uuid'); exports.seed = async function(knex) { };