there are a few things that you must check while you restore the live database to development server, if you wants to activate your work flow
- check the batch server, make sure that the batch server links to development server
- Watch the check box “is batch server”, look at “maximum batch threads start time and end time” and finally, remaining group must be moved to selected group
- check on table batch, and run this query
update batch set SERVERID=[your development database server]
- finally, restart the AOS
- (sometimes you need to recurrence all the batch job)