Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example with Http_PMSHMicroserviceControlLoopElement with startPhase to 1 and PMSH_K8SMicroserviceControlLoopElement with startPhase to 0

  • CL-runtime sends CL update CONTROL_LOOP_UPDATEmessage to all participants with startPhase = 0
  • participant receives the CL update CONTROL_LOOP_UPDATEmessage and starts the runs to PASSIVE state (only if CL element is define as startPhase = 0)
  • CL-runtime receives CL update CONTROL_LOOP_UPDATE_ACT messages from participants and set the state (from the CL element of the PMSH_K8SMicroserviceControlLoopElement to PASIVEmessage) to PASSIVE
  • CL-runtime calculates that all CL elements with startPhase = 0 are set to proper state and sends CL update message CONTROL_LOOP_UPDATE message to all participants with startPhase = 1

...