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

Feature/python action events #907

Draft
wants to merge 15 commits into
base: develop
Choose a base branch
from

Conversation

schuellc-nvidia
Copy link
Collaborator

@schuellc-nvidia schuellc-nvidia commented Dec 17, 2024

Description

This PR makes Python actions fully compatible with the UMIM event architecture. Python actions can now be used for fully parallel tasks. They now support:

  • ActionStarted events that indicated the start of an action
  • StopAction event to stop a running action
  • ChangeAction events to update running actions
  • ActionUpdated events to feedback information from running actions
  • ActionFinished events also in the case of canceled or failed actions

Furthermore, the Colang 2 runtime.py is refactored and simplified. More unit tests are added and various related bugs are fixed.

@schuellc-nvidia schuellc-nvidia self-assigned this Dec 17, 2024
@schuellc-nvidia schuellc-nvidia marked this pull request as draft December 17, 2024 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants