Add capabilities to generate reports
Definition Reports: /others/definitions/definition_reports_v1.json
actions:execute:reportm-on-done
product: integrationm
Edit file /etc/integrationm/services/com.cultofbits.intgrationm.service.properties and add/change the following lines:
action.names=...,reportm,email
action.reportm=reportm
action.email=email
action.email.email.default-sender=<the email address as default sender> (Required)
crontab -e
# Reportm: delete all reports generated more than 2 days
0 1 * * * find /tmp/*.xlsx -type f -mtime +2 -delete
# Reportm: trigger very hour
0 * * * * curl -sS -b ~/.cob-cookie -X POST http://localhost:40380/concurrent/reportm-generate-scheduled
./run-tests.shSee readme