Overview of Infinity Tasks
Tasks are operations performed in the program. For example, searching for a constituent record is a task. Tasks define the user-oriented features of the software, like showing data forms or reports, executing row operations or custom code, or running business processes. Tasks are organized within functional areas.
<TaskSpec
XMLns="bb_appfx_task"
XMLns:common="bb_appfx_commontypes"
ID="29a0dd9e-0ea9-4a06-82af-df094f2bedc8"
Name="View all widgets"
Description="View all widgets in the system."
Author="SDK Author"
FunctionalAreaID="fd013388-b8db-436b-a1a1-201e73d211e7"
Sequence="2"
ImageKey="res:script">
<!-- indicate what this task should do (navigate to a page, show a form, etc. -->
<common:ShowPage PageID="a62d3156-0080-4859-9805-4f116f6cc009" />
</TaskSpec>