Share via


WorkflowRunDetailOutput interface

It refers to the "detail" property of a workflow run object, which contains run context and runtime information of actions.

Properties

actions

Any object

runInput

Built-in variables starts with @runInput. Its properties are determined by trigger type at workflow run time.

Property Details

actions

Any object

actions: Record<string, unknown>

Property Value

Record<string, unknown>

runInput

Built-in variables starts with @runInput. Its properties are determined by trigger type at workflow run time.

runInput: Record<string, unknown>

Property Value

Record<string, unknown>