GetStatusOptions interface

Options object passed to client getStatus() method

Properties

showHistory

Specifies whether execution history should be included in the response.

showHistoryOutput

Specifies whether input and output should be included in the execution history response.

showInput

Specifies whether orchestration input should be included in the response.

Property Details

showHistory

Specifies whether execution history should be included in the response.

showHistory?: boolean

Property Value

boolean

showHistoryOutput

Specifies whether input and output should be included in the execution history response.

showHistoryOutput?: boolean

Property Value

boolean

showInput

Specifies whether orchestration input should be included in the response.

showInput?: boolean

Property Value

boolean