As described previously, when migrating Notes workflows to SharePoint workflows you are really switching from code-based workflows (logic encoded in button events, agents, etc.) to declarative workflows. And using Notes Migrator for SharePoint, you can migrate your workflow state so you can preserve in-progress workflows between the two systems. To achieve this, simply migrate the (status fields, next review, due date, whatever) as data columns in your list items, InfoPath documents, Word documents, etc. Depending on how you designed your workflow, you may be done at that point, or you may need to customize it. The relevant part is that when the workflow starts up for newly written list items, it should be designed to examine these columns and “advance” to the right state. For example, the...