WS-BPEL Preferences

Top  Previous  Next

The WS-Engineer WS-BPEL preferences page is accessed from the Eclipse menu item: Window à Preferences à LTSA WS-Engineer à WS-BPEL.

 

 

General

 

Option

Description

Hide <empty> actions

This option specifies whether the empty construct of WS-BPEL is hidden in translation.  If checked, the empty action is hidden. If unchecked, the empty actions are included in the observable actions.

Hide condition .write actions

This option specifies whether the write actions of conditional constructs of WS-BPEL are hidden in translation.  If checked, the write actions are hidden. If unchecked, the actions are included in the observable actions.

Hide condition .read actions

This option specifies whether the read actions of conditional constructs of WS-BPEL are hidden in translation.  If checked, the read actions are hidden. If unchecked, the actions are included in the observable actions.

Hide throw actions

This option specifies whether the throw actions of WS-BPEL are hidden in translation.  If checked, the throw actions are hidden. If unchecked, the throw actions are included in the observable actions.

Assume Output Variable Only Invokes as Rendezvous

This option specifies that if there is only a Output Variable specified in an Invoke action then the default mapping is to build a rendezvous (invoke, invoke-receive) port model.  If checked, the mapping builds a  rendezvous model (invokeàinvoke_receive). If unchecked, the mappings builds a asynchronous mapping (invokeàreceive).