cancel
Showing results for 
Search instead for 
Did you mean: 

TimerStartEvent and integration test

fh1
Champ in-the-making
Champ in-the-making
Hello,

I have a TimerStartEvent (named manageDataProcess), starting at 2 AM every days. This process is deployed into a war (The application is a web service)

I would like to create an integration test to test this process but I don't know how/if I can start this kind of event "manually".

The idea for the integration test is:
- populate the db –> ok
- start the TimerStartEvent –> how ?
- verify the DB –> ok

Can you help me ?

Thanks in advance,

François
1 REPLY 1

hari
Star Contributor
Star Contributor
Well I can think of a create type task listener on the first task which can alert me if the process has started.
Not sure if this is the right approach but this is what I can think as of now.