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

feat(core): afterExecution tasks #7791

Merged
merged 1 commit into from
Mar 11, 2025
Merged

feat(core): afterExecution tasks #7791

merged 1 commit into from
Mar 11, 2025

Conversation

loicmathieu
Copy link
Member

@loicmathieu loicmathieu commented Mar 10, 2025

Fixes https://github.com/kestra-io/kestra-ee/issues/2792

Example:

id: lapwing_452757
namespace: company.team

tasks:
  - id: hello
    type: io.kestra.plugin.core.log.Log
    message: Hello World! 🚀

afterExecution:
  - id: end
    type: io.kestra.plugin.core.log.Log
    message: I'm ended in {{execution.state}}

@loicmathieu loicmathieu changed the title WIP feat(core): afterExecution tasks Mar 11, 2025
@loicmathieu loicmathieu force-pushed the feat/afterExecution branch from 28b9fe2 to ffa02f5 Compare March 11, 2025 10:52
@loicmathieu loicmathieu marked this pull request as ready for review March 11, 2025 10:55
@loicmathieu loicmathieu force-pushed the feat/afterExecution branch from ffa02f5 to 088c3d2 Compare March 11, 2025 11:31
@loicmathieu loicmathieu force-pushed the feat/afterExecution branch from 088c3d2 to c51b121 Compare March 11, 2025 11:55
@loicmathieu loicmathieu merged commit 39b8fc1 into develop Mar 11, 2025
10 of 11 checks passed
@loicmathieu loicmathieu deleted the feat/afterExecution branch March 11, 2025 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant