From 4b3f3025005b0210b877f6243b6290ed8cefd3a8 Mon Sep 17 00:00:00 2001 From: Didier Wenzek Date: Wed, 4 Sep 2024 12:14:05 +0200 Subject: [PATCH] fixup! Improve documentation of builtin actions in a workflow --- docs/src/references/agent/operation-workflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/references/agent/operation-workflow.md b/docs/src/references/agent/operation-workflow.md index cf0cc9520f..ab111033cf 100644 --- a/docs/src/references/agent/operation-workflow.md +++ b/docs/src/references/agent/operation-workflow.md @@ -641,8 +641,8 @@ action = "cleanup" # waiting for the mapper to clean up th The action for the `"init"` state is a `"proceed"` action, meaning nothing specific is done by the __tedge-agent__ and that a user can provide its own implementation. -By contrast, the actions marked as `"builtin"` are those delegated to the __tedge-agent__ -and where the main task of the operation is performed, in that case, installing software. +By contrast, for the `scheduled` and `executing` states, the work is delegated to the __tedge-agent__ +and this is where the main task of the operation is performed, in that case, installing software. Here is a customized version of the same operation.