Property, Section, Flow Action, and Flow


Property:
·         Property is just like a variable in other programming languages
·         A property holds value at runtime
·         A property is associated with name, property type (data type of variable), control (It defines how this property should be visible when taken to UI), local list
·         A property can be created under Data model category
·         Property is an instance of class “Rule-Obj-Class”

Section:
·         Section is a UI rule, which can be used to design user interface
·         Section is an instance of class “Rule-HTML-Section”
·         Section holds different controls which are associated with properties
·         Section can be created under ‘User Interface’ Category

Flow Action:
·         It is like a container, which holds section into it, which can be called from work flow
·         A flow action can be called from a flow by using the outward connector of assignment shape
·         Flow action is an instance of class “Rule-Obj-FlowAction”
·         It can be created under ‘Process’ Category

Flow/Workflow/Process:
·         A flow is a process rule, which can be created under ‘Process’ Category.
·         A workflow is heart of PRPC Application, which defines the end to end process of your business
·         A flow contains different flow shapes connected to each other from start shape to end shape
·         A flow must contain one and only start shape and at least one end shape

·         To display UI or to invoke UI (Flow Action) we need a flow shape called Assignment

No comments:

Post a Comment