Author: jeff.yuchang
Date: 2011-03-24 08:54:58 -0400 (Thu, 24 Mar 2011)
New Revision: 1326
Added:
trunk/docs/docbook/userguide/src/main/en-US/images/Console_execution_events.png
trunk/docs/docbook/userguide/src/main/en-US/images/History_Query_Events.png
trunk/docs/docbook/userguide/src/main/en-US/images/History_Query_Result.png
trunk/docs/docbook/userguide/src/main/en-US/images/History_Query_Search.png
Modified:
trunk/docs/docbook/userguide/src/main/en-US/images/Console_execution_path.png
trunk/docs/docbook/userguide/src/main/en-US/module/admin.xml
Log:
* Updated userguide to incorporate updated bpel console.
Added: trunk/docs/docbook/userguide/src/main/en-US/images/Console_execution_events.png
===================================================================
(Binary files differ)
Property changes on:
trunk/docs/docbook/userguide/src/main/en-US/images/Console_execution_events.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/docs/docbook/userguide/src/main/en-US/images/Console_execution_path.png
===================================================================
(Binary files differ)
Added: trunk/docs/docbook/userguide/src/main/en-US/images/History_Query_Events.png
===================================================================
(Binary files differ)
Property changes on:
trunk/docs/docbook/userguide/src/main/en-US/images/History_Query_Events.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/docs/docbook/userguide/src/main/en-US/images/History_Query_Result.png
===================================================================
(Binary files differ)
Property changes on:
trunk/docs/docbook/userguide/src/main/en-US/images/History_Query_Result.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/docs/docbook/userguide/src/main/en-US/images/History_Query_Search.png
===================================================================
(Binary files differ)
Property changes on:
trunk/docs/docbook/userguide/src/main/en-US/images/History_Query_Search.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/docs/docbook/userguide/src/main/en-US/module/admin.xml
===================================================================
--- trunk/docs/docbook/userguide/src/main/en-US/module/admin.xml 2011-03-24 06:05:04 UTC
(rev 1325)
+++ trunk/docs/docbook/userguide/src/main/en-US/module/admin.xml 2011-03-24 12:54:58 UTC
(rev 1326)
@@ -33,6 +33,9 @@
<listitem>
The execution history of a process
</listitem>
+ <listitem>
+ The history instances query
+ </listitem>
</itemizedlist>
</section>
@@ -109,7 +112,7 @@
<title>Process Versions</title>
<para>
There is only one active version at a time. If you open a process
definition the
- active version will be chosen by default. Sometimes you need to manage
instancs of a
+ active version will be chosen by default. Sometimes you need to manage
instances of a
retired version (i.e. to terminate running instances).
In that case the button <emphasis>More - Change
Version</emphasis>
allows you to select a different version of that process.
@@ -125,12 +128,12 @@
<title>Execution History</title>
<para>
The <emphasis>Execution History</emphasis> allows you to
inspect the BPAF history data associated
- with a process. You can specify a timespan and wether or not you'd
like to see failed/terminated instances
+ with a process. You can specify a timespan and whether or not
you'd like to see failed/terminated instances
included in the chart.
</para>
<imageobject>
- <imagedata fileref="en-US/images/Console_history.png"
align="keft" width="6in" />
+ <imagedata fileref="en-US/images/Console_history.png"
align="left" width="6in" />
</imageobject>
<para>
@@ -261,11 +264,54 @@
<imageobject>
<imagedata
fileref="en-US/images/Console_execution_path.png" align="center"
width="6in" />
</imageobject>
-
+
+ <para>
+ The <emphasis>View</emphasis> tab shows the instance execution
graph, while the <emphasis>Source</emphasis> tab below shows all activity
events.
+ </para>
+
+ <imageobject>
+ <imagedata
fileref="en-US/images/Console_execution_events.png" align="center"
width="6in"/>
+ </imageobject>
+
</section>
-
+
<section>
+ <title>History Instance Query</title>
+
+ <para>
+ Once a process instance is finished, could be 'COMPLETED', 'FAILD' or
'TERMINATED', you could search it through the <emphasis>History
Query</emphasis> tab window as following:
+ </para>
+
+ <imageobject>
+ <imagedata fileref="en-US/images/History_Query_Search.png"
align="center" width="6in"/>
+ </imageobject>
+
+ <para>
+ You need to choose the <emphasis>Process Definition</emphasis> and the
<emphasis>Process Status</emphasis> from the list box.
+ You could also input the <emphasis>correlation key</emphasis>,
<emphasis>start time </emphasis> and <emphasis>end time</emphasis>
as criteria to search the history instances.
+ below is the search result.
+ </para>
+
+ <imageobject>
+ <imagedata fileref="en-US/images/History_Query_Result.png"
align="center" width="6in"/>
+ </imageobject>
+
+ <para>
+ On the <emphasis>History Instances</emphasis> List, when you double click
a specific row, it will pop up a window that shows all of execution events that happened
during this process instance execution.
+ </para>
+
+ <imageobject>
+ <imagedata fileref="en-US/images/History_Query_Events.png"
align="center" width="6in"/>
+ </imageobject>
+
+ <note>
+ Please be noted that you have to explicitly enable the history logging in order to
use the <emphasis>History Query</emphasis> functionality.
+ </note>
+
+ </section>
+
+ <section>
<title>Retiring and Reactivating Process Definitions</title>
<para>
Show replies by date