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

add on_action(state, entity) to scenario_dag #938

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

FredLL-Avaiga
Copy link
Member

resolves #768

def on_dag_action(state: State, entity: Task | DataNode):
    print(f"on_dag_action(state, {entity})")

...

<|{scenario}|scenario_dag|on_action=on_dag_action|>

@FredLL-Avaiga FredLL-Avaiga added Core Related to Taipy Core 🟥 Priority: Critical Must be addressed as soon as possible 🖰 GUI Related to GUI ✨New feature 📝Release Notes Impacts the Release Notes or the Documentation in general labels Mar 6, 2024
@FredLL-Avaiga FredLL-Avaiga self-assigned this Mar 6, 2024
Copy link
Member

@FabienLelaquais FabienLelaquais left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like that!

@FredLL-Avaiga FredLL-Avaiga merged commit de7ab2d into develop Mar 6, 2024
58 of 59 checks passed
@FredLL-Avaiga FredLL-Avaiga deleted the feature/#768-dag.on_action branch March 6, 2024 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Related to Taipy Core 🖰 GUI Related to GUI ✨New feature 🟥 Priority: Critical Must be addressed as soon as possible 📝Release Notes Impacts the Release Notes or the Documentation in general
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scenario DAG - Have Data Node Viewer open when clicking on Data Node
2 participants