Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic For Loop #3214

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Basic For Loop #3214

wants to merge 8 commits into from

Conversation

aglinxinyuan
Copy link
Collaborator

@aglinxinyuan aglinxinyuan commented Jan 14, 2025

Main changes for the Basic For Loop:

  1. Marker:
  • IterationStart Marker
  • IterationEnd Marker
  1. Control Message:
  • IterationCompleted
  • ResumeLoop
  1. Loop Operator:
  • LoopStart Operator
  • LoopEnd Operator
  1. Controller: Control Message Handling functions
  • IterationCompleted Handling function
  • ResumeLoop Handling function
  1. Data Processor: Marker Handling functions
  • IterationStart Handling function
  • IterationEnd Handling function

Life Cycle of Basic For Loop:
Basic Loop drawio (2)

@aglinxinyuan aglinxinyuan self-assigned this Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

1 participant