I refactor an existing APP to use WFE 4.5. The APP runs in an endless loop and fetches new workitems via polling from a third party host via webservice. The app is multi tenant, where each tenant can have its own workflow.
I read so far that there is a WorkflowInvoker, which is designed to unit test workflows. I am not sure if this does fit my requirements.