View Source

The following terms are defined in Petals ESB context and must be used in all technical and functional documents.

|| Terms \\ || Definition || Variable names in source code \\ ||
| Process | Set of steps assembled to define a processing. \\ | |
| Process identifier | Identifier associated to a process. \\ | * processId |
| Process instance | When a process is invoked, a process instance is created representing the process execution. \\ | |
| Process instance identifier | It is a GUUID (Global Universal Unique Identifier) identifying *one and only one process instance*. \\
It can be initialized from outside client when entering in Petals ESB (the outside client is responsible of the identifier uniqueness) and transmitted to application resources to retrieve all steps of a global business process. Inside Petals ESB, this identifier is automatically transmitted step by step. \\ | * processInstanceId
* -correlationId-
* -processExecutionId-
* -processRequestId-
* -globalMessageId-
* -contextUuid- |
| Process step identifier | It is a GUUID (Global Universal Unique Identifier) identifying the current step in the current process instance. Inside Petals ESB, this identifier is automatically generated. | * processStepId
* -flowStepId- |
| Process previous step identifier | It is a GUUID (Global Universal Unique Identifier) identifying the previous step of current step in the current process instance. Inside Petals ESB, this identifier is automatically transmitted step by step from the process step id of the previous step. \\
*Used in combination with the process previous step*, it permits to rebuild the whole execution of process instance including loop and branch.| * processPreviousStepId
* -flowPreviousStepId- |
| Component name | A *component name* is an unique name assigned to the component instance at installation time. \\ | * componentName
* -loggerName- |
| Trace code | A code identifying uniquely a trace type in log. For example, all service invocations are logged on the consumer side with the same code. \\ | * traceCode |
| Log level | All log traces have a level indicating their severity. The logging system can be configured to filter traces to log against their severity (see [Logging in Petals]). | |
| {anchor:Native_Service}Native service | Some components (BC FTP, BC Mail, BC SFTP) include a service automatically deployed without requiring a service unit. We call this service a "*native service*" | * nativeService |

{petalslink:type=TODO Add terms}* Petals topology,
* Petals node (= \[glossary:JBI\] container),
* Petals network (= Petals topology instance),
* Petals domain,
* Petals sub-domain
* Distribution peer-to-peer
* Static topology,
* Dynamic topology
* Self discovery{petalslink}

\\
{info:title=Global terms utilization}
This previous terms are not only used for BPEL
{info}