| author | Vrishali Doke | 2013-01-03 06:21:44 (EST) |
|---|---|---|
| committer | Stephan Born | 2013-01-25 07:36:21 (EST) |
| commit | c647d1ca1ad35368901fc7f819227a907c639d66 (patch) (side-by-side diff) | |
| tree | 89430bf08b70a1941978b9b6ffd67f4f01091ed1 | |
| parent | 596ffabc0a3c8ad37deee0d6238ce8adc37dadb5 (diff) | |
| download | org.eclipse.stardust.documentation-c647d1ca1ad35368901fc7f819227a907c639d66.zip org.eclipse.stardust.documentation-c647d1ca1ad35368901fc7f819227a907c639d66.tar.gz org.eclipse.stardust.documentation-c647d1ca1ad35368901fc7f819227a907c639d66.tar.bz2 | |
CRNT-27488 - Updated for formal parameter
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/documentation@61790 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-process.htm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-process.htm b/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-process.htm index c42cb17..f395dc9 100644 --- a/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-process.htm +++ b/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-process.htm @@ -157,7 +157,8 @@ When you select the Provides Process Interface, the following options are displa <li>Web Service - If you select this check box then the process interface is invokable remotely via web service endpoint.</li> <li>Rest Service - If you select this check box then the process interface is invokable remotely via rest endpoint.</li> - <li>Add Parameters -Click the <strong>Add</strong> icon to specify the process interface parameters. </li> + <li>Add Parameters -Click the <strong>Add</strong> icon to specify the process interface parameters. + Formal parameters can be defined only for the data from the current model.</li> <p class="image"><img src="images/add-pro-param.png" alt=""> <br> <strong>Figure:</strong> Add Parameters</p> @@ -165,11 +166,11 @@ When you select the Provides Process Interface, the following options are displa <li>Name - Specify the name of the formal parameter</li> <li>Direction - Parameters for the process interface invocation. - The list allows to select global data of the model to be selected as: + The list displays following options: <ul> <li>IN - for read access</li> <li>OUT - for write access</li> - <li>INOUT - for read and write access</li></ul> + <!-- <li>INOUT - for read and write access</li></ul> --> </li> <li>Data Type - Select data from the drop-down list. You can select following data types: <ul> @@ -180,7 +181,7 @@ When you select the Provides Process Interface, the following options are displa </ul> </li> - <li>Data - Select data from the drop-down list.</li> + <li>Data - Select data from the drop-down list. </li> </ul> <h4 id="ip">Implements Process Interface</h4> |

