I have many tasks that are using the same ScheduleExpression. But my problem is that is necessary an order to execute each one. Can I tell for the Timer Service an execution order?
Note: Tasks don’t have persistence
Thanks in advance,
Adelar
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In this case all tasks are using the same ScheduleExpression, doing all tasks to execute in the “same time”. A workaround was to increment 1 second by task received to force a order.