Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

How startPhase is currently implemented

Example using the Demo. The table below shows the startPhase for each Composition Definition Element

Composition Definition Element

startPhase

onap.policy.clamp.ac.element.Policy_AutomationCompositionElement0
onap.policy.clamp.ac.element.K8S_StarterAutomationCompositionElement0
onap.policy.clamp.ac.element.K8S_BridgeAutomationCompositionElement0
onap.policy.clamp.ac.element.K8S_SinkAutomationCompositionElement0
onap.policy.clamp.ac.element.Http_StarterAutomationCompositionElement1
onap.policy.clamp.ac.element.Http_BridgeAutomationCompositionElement1
onap.policy.clamp.ac.element.Http_SinkAutomationCompositionElement1

The diagram below shows the flow of messages:Note:

  • startPhase is configured in composition definition element and defines the order of execution of instance elements;
  • Any instance element is executed only once;
  • All instance elements whit same startPhase are executed at same time in parallel;



  • No labels