WS-BPEL 2.0 object property sheets contain additional properties on the WS-BPEL tab.
Name |
Description |
---|---|
Isolated |
[scope, sequence, flow and if] Provides concurrency control in governing access to shared variables, through a serializable scope, which must not be nested, and must be a leaf scope. Scripting name: Isolated |
Validate |
[Assign] Specifies that the assign activity validates all the variables being modified by the activity. Scripting name: Validate |
Counter name/ Start counter expression / Final counter expression |
[forEach] Specify the name of the implicit variable used to store the counter of the loop, together with its initial and final values, which are evaluated when the activity starts. During each repetition, the counter variable is implicitly declared in the activity's child scope. Scripting name: CounterName, StartCounterExpression, FinalCounterExpression |
Parallel |
[forEach] Specifies that the activity is parallel. By default, it is serial. Scripting name: Parallel |
Successful branches only |
[forEach] Specifies to count only those scopes that have completed successfully. The <branches> element of the forEach activity represents an unsigned-integer expression used to specify a completion condition. Scripting name: SuccessfulBranchesOnly |
Correlations |
[invoke] Specifies the correlations used by the invoke activity.
You can choose between:
Scripting name: MultipleCorrelation, InCorrelationPattern, InCorrelationInitiate, OutCorrelationPattern, OutCorrelationInitiate |
Create instance |
[receive and pick] Specifies the instanciation of the process. Scripting name: CreateInstance |
Initiate correlation |
[receive, reply and reply fault] Specifies the value of the initiation of the correlation, which can be join, no, yes. Scripting name: InitiateCorrelation |
Exit on standard fault |
[scope, sequence, flow and if] Specifies that the process must exit immediately. Scripting name: ExitOnStandardFault |
Common properties |
The properties common to all WSBPEL2.0 objects:
Scripting name: expressionLanguage, joinCondition, suppressJoinFailure |
The following properties are available on the Extended Attributes tab:
Name |
Description |
---|---|
Data schema target namespace |
[WSDL file] Specifies the target namespace of the data schema. Scripting name: schemaNameSpace |
Definition namespace |
[message format] Specifies the namespace URI message that can only be used by BPEL variables. Default variable: %ownerServiceNmspc% Scripting name: DefinitionNamespace |
Definition target namespace |
[model and package] Specifies the target namespace. Default value: %urnName% Scripting name: DefinitionTargetNamespace |
Imported WSDL content |
[WSDL file] Specifies the content of the original reversed WSDL file. Scripting name: ImportedWsdlContent |
Namespace prefix to use |
[XSD document and WSDL file] Specifies the XML prefix used by the process to reference the schema definition or service provider. Default variable: %wsdlUsedPref% Scripting name: PrefixForUse |