Skip to content

Commit

Permalink
Added new flows vedlegg_kon and vedlegg_prov
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgtho committed Jul 1, 2022
1 parent 5b4face commit 18a4069
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lib/flows/VEDLEGG_KON.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
const runFlow = require('../run-flow')

module.exports = async blobContent => {
return await runFlow(blobContent, {
syncElevmappa: true,
archive: true,
archiveOptions: {
useStudentName: true,
determineFileExt: true
},
statusVigo: true,
e18Stats: true
})
}
14 changes: 14 additions & 0 deletions lib/flows/VEDLEGG_PROV.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
const runFlow = require('../run-flow')

module.exports = async blobContent => {
return await runFlow(blobContent, {
syncElevmappa: true,
archive: true,
archiveOptions: {
useStudentName: true,
determineFileExt: true
},
statusVigo: true,
e18Stats: true
})
}

0 comments on commit 18a4069

Please sign in to comment.