Modifying the Windows Control Action String

The action string for any windows control should include the WorkUnit and its schema name. A sample of the action string is given below. The WorkUnit action and the WorkUnit schemas would change depending on the control hosted:

<?xml version="1.0" encoding="utf-16"?>
  <ActionInit>
   <WorkUnitAction>StartWorkUnit</WorkUnitAction>
   <WorkUnitSchema>Microsoft.Ccf.Mce.TellerDesktop.WorkUnit.WorkFlowType.wuxml,Microsoft.Ccf.Mce.TellerDesktop</WorkUnitSchema>
 </ActionInit>