Scheduled validation & report - easysoa/EasySOA GitHub Wiki
This page is related to a feature currently in development (Issue #106)
Discovery recording
- Use run manager to create and start a new record run (see Exchange record, replay & more)
- Use any discovery tool to trigger dicovery notifications to record
- Stop the record

Discovery scheduling/execution/validation
- Configure replay scheduling though an XML contribution (see below)
- Run Nuxeo
- When the scheduled validation is run, a report is made and saved (see below)

<extension target="org.easysoa.core.service.ValidationSchedulerComponent" point="schedules">
<schedule runName="myRun" targetEnvironment="Master" cronExpression="0 * * * * ?" />
</extension>
Reports can be found stored as files attached to the Workspace document.
