Update workflow-features-concepts.md

Signed-off-by: kaibocai <89094811+kaibocai@users.noreply.github.com>
This commit is contained in:
kaibocai 2024-01-27 07:42:22 -06:00 committed by GitHub
parent fab5b197d2
commit da0fd19ce8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -201,7 +201,7 @@ const randomString = getRandomString();
Do this:
{{< tabs ".NET" Java >}}
{{< tabs ".NET" Java JavaScript >}}
{{% codetab %}}
@ -245,7 +245,7 @@ Instead, workflows should interact with external state _indirectly_ using workfl
For example, instead of this:
{{< tabs ".NET" Java >}}
{{< tabs ".NET" Java JavaScript >}}
{{% codetab %}}
@ -290,7 +290,7 @@ fetch('https://postman-echo.com/get')
Do this:
{{< tabs ".NET" Java >}}
{{< tabs ".NET" Java JavaScript >}}
{{% codetab %}}