| author | Vrishali Doke | 2012-09-03 05:24:16 (EDT) |
|---|---|---|
| committer | Stephan Born | 2012-09-03 05:24:16 (EDT) |
| commit | fe2a5a36f4d6b12365dff9c47d5e556fc49cdd18 (patch) (side-by-side diff) | |
| tree | fe56fec2d010e0c2d58c09fca362648b6186c39e | |
| parent | 7ce1c01e92d764f7b73d0cdc7053a1e27e2872ac (diff) | |
| download | org.eclipse.stardust.documentation-fe2a5a36f4d6b12365dff9c47d5e556fc49cdd18.zip org.eclipse.stardust.documentation-fe2a5a36f4d6b12365dff9c47d5e556fc49cdd18.tar.gz org.eclipse.stardust.documentation-fe2a5a36f4d6b12365dff9c47d5e556fc49cdd18.tar.bz2 | |
CRNT-25977 - Reviewed activity chapter
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/documentation@58862 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-activities.htm | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-activities.htm b/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-activities.htm index ac239c1..5ddf5bb 100644 --- a/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-activities.htm +++ b/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-activities.htm @@ -57,34 +57,31 @@ You can add activity using four different ways: <p>OR</p> <ul> -<li>Hover the mouse in proximity of already added activity in swimlanes and click the <strong>Activity</strong> icon in the flyout menu</li> +<li>Hover the mouse in proximity of already added activity in swim lanes and click the <strong>Activity</strong> icon in the flyout menu</li> <p class="image"><img src="images/create-act-fly.png" alt=""> <br> <strong>Figure:</strong> Create Activity - Flyout Menu</p> <li>Drop it in the swim lane</li> </ul> +<p>By default, manual activity is created.</p> <p>OR</p> <ul> - <li>Drag an application from the <strong>Applications</strong> node in the <strong>My Process Models</strong> panel + <li>Drag an application from the <strong>Applications</strong> node of the <strong>My Process Models</strong> panel and drop it in the swim lane. The application activity gets created.</li> </ul> <p>OR</p> <ul> - <li>Drag a process definition from the model node in the <strong>My Process Models</strong> panel + <li>Drag a process definition from any model of the <strong>My Process Models</strong> panel and drop it in the swim lane. The subprocess activity gets created.</li> </ul> - - - -<p>By default, manual activity gets created.</p> <h2 id="renam">Renaming Activities</h2> <p>To rename activities, perform the following steps:</p> @@ -184,11 +181,11 @@ You can add activity using four different ways: <li>Name - Specify name of the activity</li> <li>Description - Specify the description</li> <li>Allow Abort by Participant - Determines whether the assigned participant may abort instances of - this activity in the Infinity Process Platform Portal. + this activity in the @productname@ Portal. Note that only the activity itself is aborted, not the root process hierarchy. The process instances will continue as if this activity had been completed. - This option affects the Process Portal activity operations only. - It does not influence the Infinity Process Platform API usage. + This option affects the @productname@ activity operations only. + It does not influence the @productname@ API usage. <li>Hibernate Initially (Hibernate On Creation) - Determines whether the activity instance should directly change its state to hibernated after creation - thus ending the synchronous flow here.</li> @@ -197,15 +194,18 @@ You can add activity using four different ways: This check box is enabled for manual activities and application activities only.</li> <li>Is relocation target -Determines if the activity is allowed as target point of a relocation. For details on relocation, - refer to chapter <a href=""> Relocation of Activities</a> in the Concepts section of the Developer Handbooks. - </li> + refer to chapter <a href="PLUGINS_ROOT/org.eclipse.stardust.docs.dev/ + html/handbooks/concepts/executing-workflow/concepts-relocation.html"> Relocation of Activities</a> + of the <a href="PLUGINS_ROOT/org.eclipse.stardust.docs.dev/ + html/handbooks/concepts/key-concepts.html">Concepts handbook</a>.</li> + <li>Application - By default, this option is selected. When you select this option, the activity icon - changes to application icon. + changes to application icon and activity becomes application activity. The adjacent drop-down list displays list of applications defined in all the models displayed under the <strong>Models</strong> node.</li> <p class="image"><img src="images/act-gen-app.png" alt=""> <br> <strong>Figure:</strong> Activity - General Properties - Application</p> - <li>Suprocess - If you select the option, the activity acts as a subprocess and + <li>Subprocess - If you select the option, the activity acts as a subprocess and the activity icon changes to subprocess icon with a plus sign in the center-bottom of the activity. The adjacent drop-down list displays all the processes defined in all the models @@ -215,7 +215,7 @@ You can add activity using four different ways: ask them.</li> </ul> </ul> - +</li> </ol> |

