Task Type

Name in Migrated Code: UIController, BusinessProcess, FlowUIControllerBase
Location in Migrated Code: Class

Task properties task-type

Values:

Magic Name Migrated Code Name
Batch BusinessProcessBase
Online (no record main) UIControllerBase
Online (with record main) FlowUIControllerBase
Browser NA
Rich Client NA

Example BusinessProcess:

internal class Print_Order : BusinessProcessBase 
{
} 

Example UIController:

internal class Show_Order :UIControllerBase 
{
} 

Example FlowUIController:

internal class Show_Order : FlowUIControllerBase 
{
} 

Note:

The Task Type in Magic is either Online or Batch. In the migrated code, a tasks is convert to a class which inherits from the corresponding class type.


See Also:



Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com