module.exports = { workflow: { postExecute: [ async function () { console.log("workflow has finished running"); }, ], }, };