-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6feda04
commit 11fe5e5
Showing
4 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: Metadata | ||
--- | ||
|
||
import { Video } from "/src/components/Video"; | ||
|
||
Workflow metadata is a powerful feature that allows you to store and retrieve information throught your workflow execution. | ||
Metadata is stored in the pipeline run context and can be interpolated in [Api Call Tool](docs/blocks/api_call_tool.mdx#Parameters-interpolation) block | ||
or in `X-Buildel-Context` header in [Api Call Tool](docs/blocks/api_call_tool.mdx) and [Webhook Output](docs/blocks/webhook_output.mdx) HTTP request. | ||
|
||
You can send metadata via websocket or http request on pipeline start. | ||
|
||
<Video type="video/webm" src="/mdx-assets/workflows/metadata/metadata_demo_07.webm"/> | ||
|
||
--- |
Binary file not shown.