From bed5e940ac7294e94df417da666a09bb098f77c9 Mon Sep 17 00:00:00 2001 From: fenghaichun Date: Tue, 7 Mar 2023 19:55:14 +0800 Subject: [PATCH] Fix(Workflow) add output specification for workflow step collect-service-endpoints --- docs/end-user/workflow/built-in-workflow-defs.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/end-user/workflow/built-in-workflow-defs.md b/docs/end-user/workflow/built-in-workflow-defs.md index 3c2c1cac3be..bef06522fac 100644 --- a/docs/end-user/workflow/built-in-workflow-defs.md +++ b/docs/end-user/workflow/built-in-workflow-defs.md @@ -836,6 +836,14 @@ spec: ### Specification (collect-service-endpoints) This capability has no arguments. +Output: + + Name | Description | Type | + ---- | ----------- | ---- | + host | the first endpoint host of current application | string + port | the first endpoint port of current application | string + endpoints | all endpoints of current application | list + ## Create-Config ### Description