Modeling a Workflow Container Page

Return to Introduction  Previous page  Next page

Summary

As distributed, the Flynet E-Migration framework supports a simple Wizard-like interface representing tasks or Workflows spanning multiple screens.

 

A Workflow Container page acts as the manager of one or more child Workflow pages; aside from naming the Workflow Container, there isn't much more you do with it specifically.

 

Design Guide Reference: Workflow Web Pages (includes controlling properties)
UIWorkflowPage Property References: Core Properties / UIExtension Properties

 

Valid Parent Entity Nodes

Name

Modeling Guide

Design Guide

UI Top Page

Modeling a New UI Top Page

Top-Level Web Pages

Hierarchical Menu Item

Defining Hierarchical Menus

Hierarchical Menus

 

Valid Child Entity Nodes        

Name

Modeling Guide

Design Guide

UIWorkflowPage

Adding a WorkflowPage

Workflow Web Pages

 

Example: Adding a Workflow to a Menu Item with WorkflowPages

First, we add a new Workflow Container Page (UIWorkflow) entity to an existing Menu Item which has no children, and rename to My Workflow:

addworkflow

 

This example is continued in the next section, Adding a WorkflowPage