eds_mwau_act_chain_clone_variable [action-chain]
chain-input: inVariable
chain-output: outVariable
for example, copy parameter 'eds_global_current_item_handle' value to parameter 'eds_global_background_item_handle':
<call-action-chain />
</action-component>
ConvertVariableToOption [action-component]
full Name: com.edsplm.tc.ent._wcc.mwau.actioncomponents.appflow.ConvertVariableToOption
for example, if parameter 'eds_global_active_tab' has two possible value 'SearchSelectionCriteria' and 'SearchLimits', we will route the response-chain base on the value:
<!-- Route to different chains based on the current tab name -->
<action-component />
</action-component>