| author | Vrishali Doke | 2012-10-08 06:30:30 (EDT) |
|---|---|---|
| committer | Manik Kishore | 2012-10-08 06:30:30 (EDT) |
| commit | 0c2f45b757c4be497f8bfc494c170763664f33d8 (patch) (side-by-side diff) | |
| tree | 167e5b7cfb4a69dcc0218ff0f612e12d0c143438 | |
| parent | 081b2744bb7d4451168ffab6e88561fed3497d1a (diff) | |
| download | org.eclipse.stardust.documentation-0c2f45b757c4be497f8bfc494c170763664f33d8.zip org.eclipse.stardust.documentation-0c2f45b757c4be497f8bfc494c170763664f33d8.tar.gz org.eclipse.stardust.documentation-0c2f45b757c4be497f8bfc494c170763664f33d8.tar.bz2 | |
CRNT-26542 - Added data flow details
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/documentation@59833 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
2 files changed, 24 insertions, 1 deletions
diff --git a/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/images/df-prop.png b/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/images/df-prop.png Binary files differnew file mode 100644 index 0000000..9183e2f --- a/dev/null +++ b/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/images/df-prop.png diff --git a/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-data-flow.htm b/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-data-flow.htm index 5632437..b3eac3f 100644 --- a/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-data-flow.htm +++ b/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-data-flow.htm @@ -49,7 +49,30 @@ is indicated by arrows: <br><strong>Figure:</strong> Delete Data Flow</p> <h2>Viewing and Editing Data Flow Properties</h2> -<p></p> +<p>To view and edit properties of data flow, perform the following steps:</p> + +<ol> + <li>Click the data flow in the swim lanes. The properties window is displayed at the top-right corner of the swim lane. + </li> + <p class="image"><img SRC="images/df-prop.png"> +<br><strong>Figure:</strong> Data Flow - Properties</p> + + <li>Specify the following properties: + <ul> + <li>Description - Specify the description for the data flow.</li> + <li>Input - Select this check box to specify in data flow. If the input data flow is created while connecting + activity with data then this check box is selected by default.</li> + <li>Output - Select this check box to specify out data flow.</li> + <li>Input Data Path - Specify the input data path.</li> + <li>Output Data Path - Specify the output data path.</li> + <li>Access Point - The <strong>Activity Instance (Engine)</strong> option is selected by default.</li> + + </ul> + </li> +</ol> + + + |

