From 8717bc106c859c4e667c629cd1a89ecba610869e Mon Sep 17 00:00:00 2001 From: lucamrgs <39555424+lucamrgs@users.noreply.github.com> Date: Tue, 10 Dec 2024 16:46:29 +0100 Subject: [PATCH] add idle wait on chan for manual api flow in docs --- docs/content/en/docs/core-components/modules.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/en/docs/core-components/modules.md b/docs/content/en/docs/core-components/modules.md index f141fd0e..32d84276 100644 --- a/docs/content/en/docs/core-components/modules.md +++ b/docs/content/en/docs/core-components/modules.md @@ -355,6 +355,7 @@ interaction -> interaction : idle wait on chan 3ptool --> interaction deactivate 3ptool else Native ManualAPI flow +interaction -> interaction : idle wait on chan api -> interaction : GetPendingCommands() api -> interaction : GetPendingCommand(executionId, stepId) api -> interaction : Continue(InteractionResponse)