From dbb14fdcb5e008df0fff7ba2f5a0f4a60b47540b Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Tue, 11 Jul 2023 20:52:35 -0700 Subject: [PATCH] Update rfc/system/0001-flyte-execution-tags.md Co-authored-by: Fabio M. Graetz, Ph.D. Signed-off-by: Kevin Su --- rfc/system/0001-flyte-execution-tags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfc/system/0001-flyte-execution-tags.md b/rfc/system/0001-flyte-execution-tags.md index 0ab42e1e90..3caaafe697 100644 --- a/rfc/system/0001-flyte-execution-tags.md +++ b/rfc/system/0001-flyte-execution-tags.md @@ -18,7 +18,7 @@ motivation of how this feature could further improve other ecosystem projects. ## 2 Motivation As a User I want to - - Group a certain number of executions into an experiment group - for ease of debugging and discovery - when launching the workflows or after they have already finished. + - Group a certain number of executions into an experiment group - for ease of debugging and discovery - when launching the workflows, while they are running or after they have already finished. - I want to mark certain executions as “blessed” or “released”. This could be done through providing a semantic version after the execution is successful - I want to group all “sub launchplan” executions with the parent execution. - External systems could group executions based on some identifiers.