BPEL4WS 1.1 Object Properties

BPEL4WS 1.1 object property sheets contain additional properties on the BPEL4WS tab.

Name

Description

Create instance

[receive] Specifies the instanciation of the process.

Default value: No

Scripting name: CreateInstance

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

First correlation pattern

[invoke] When the first correlation is used by the invoke activity, you can choose between one of the following values:

  • in
  • in-out
  • out

Scripting name: InCorrelationPattern

Imported WSDL content

[WSDL file] Specifies the content of the original reversed WSDL file.

Scripting name: ImportedWsdlContent

Initiate correlation

[receive, reply and reply fault] Specifies the initiation of the correlation used by the receive activity. You can choose between one of the following values to specify the initiate attribute:
  • true, false

Scripting name: InitiateCorrelation

Join condition

Each activity has optional standard attributes: a name, a join condition, and an indicator whether a join fault should be suppressed if it occurs. A join condition is used to specify requirements about concurrent paths reaching at an activity. The default value of the join condition (for the default expression language XPath) is the logical OR of the link status of all incoming links of this activity.

Scripting name: joinCondition

Multiple correlation

Specifies a BPEL Invoke, Receive or Reply using multiple correlation keys.

Scripting name: MultipleCorrelation

Name

[partner link type] Specifies the name of the partner link type.

Scripting name: PartnerLinkTypeName

Namespace prefix to use

[WSDL file] Specifies the XML prefix used by the process to reference the service provider.

Default value: %wsdlUsedPref%

Scripting name: prefixForUse

Organization unit role

[partner link type] Specifies the role played by a partner in the collaboration. When undefined, the generated role is the name of the organization unit.

Scripting name: OrganizationUnitRole

Process role

[partner link type] Specifies the role played by the process in the collaboration. When undefined, the generated role is the name of the process.

Scripting name: ProcessRole

Second correlation pattern

[invoke] When the second correlation is used by the invoke activity, you can choose between one of the following values:

  • in
  • out-in
  • out

Scripting name: OutCorrelationPattern

Suppress join failure

Specifies whether the joinFailure fault will be suppressed for all activities in the process. The effect of the attribute at the process level can be overridden by an activity using a different value for the attribute.

Default value: No

Scripting name: suppressJoinFailure

Variable access serializable

[scope, sequence and flow] When set to "yes", the scope provides concurrency control in governing access to shared variables. Such a scope is called a serializable scope. Serializable scopes must not be nested. A scope marked with variableAccessSerializable (or Isolated)="yes" must be a leaf scope.

Default value: No

Scripting name: variableAccessSerializable