actionOutputDef
actionOutputDef(
input:WithMeta<ActionOutputDefInput>):ActionOutputModel
Create an action output definition model.
Produces a model for a single entry in the action’s outputs map.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
|
|
|
Output definition properties and optional metadata. |
Returns
Section titled “Returns”ActionOutputModel
A branded ActionOutputModel.
Example
Section titled “Example”const timeOutput = actionOutputDef({ description: "The greeting timestamp", value: "${{ steps.greet.outputs.time }}",});