1. Packages
  2. Azure Native
  3. API Docs
  4. logic
  5. listWorkflowRunActionExpressionTraces
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.logic.listWorkflowRunActionExpressionTraces

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Lists a workflow run expression trace.

Uses Azure REST API version 2019-05-01.

Other available API versions: 2016-06-01, 2018-07-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native logic [ApiVersion]. See the version guide for details.

Using listWorkflowRunActionExpressionTraces

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function listWorkflowRunActionExpressionTraces(args: ListWorkflowRunActionExpressionTracesArgs, opts?: InvokeOptions): Promise<ListWorkflowRunActionExpressionTracesResult>
function listWorkflowRunActionExpressionTracesOutput(args: ListWorkflowRunActionExpressionTracesOutputArgs, opts?: InvokeOptions): Output<ListWorkflowRunActionExpressionTracesResult>
Copy
def list_workflow_run_action_expression_traces(action_name: Optional[str] = None,
                                               resource_group_name: Optional[str] = None,
                                               run_name: Optional[str] = None,
                                               workflow_name: Optional[str] = None,
                                               opts: Optional[InvokeOptions] = None) -> ListWorkflowRunActionExpressionTracesResult
def list_workflow_run_action_expression_traces_output(action_name: Optional[pulumi.Input[str]] = None,
                                               resource_group_name: Optional[pulumi.Input[str]] = None,
                                               run_name: Optional[pulumi.Input[str]] = None,
                                               workflow_name: Optional[pulumi.Input[str]] = None,
                                               opts: Optional[InvokeOptions] = None) -> Output[ListWorkflowRunActionExpressionTracesResult]
Copy
func ListWorkflowRunActionExpressionTraces(ctx *Context, args *ListWorkflowRunActionExpressionTracesArgs, opts ...InvokeOption) (*ListWorkflowRunActionExpressionTracesResult, error)
func ListWorkflowRunActionExpressionTracesOutput(ctx *Context, args *ListWorkflowRunActionExpressionTracesOutputArgs, opts ...InvokeOption) ListWorkflowRunActionExpressionTracesResultOutput
Copy

> Note: This function is named ListWorkflowRunActionExpressionTraces in the Go SDK.

public static class ListWorkflowRunActionExpressionTraces 
{
    public static Task<ListWorkflowRunActionExpressionTracesResult> InvokeAsync(ListWorkflowRunActionExpressionTracesArgs args, InvokeOptions? opts = null)
    public static Output<ListWorkflowRunActionExpressionTracesResult> Invoke(ListWorkflowRunActionExpressionTracesInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListWorkflowRunActionExpressionTracesResult> listWorkflowRunActionExpressionTraces(ListWorkflowRunActionExpressionTracesArgs args, InvokeOptions options)
public static Output<ListWorkflowRunActionExpressionTracesResult> listWorkflowRunActionExpressionTraces(ListWorkflowRunActionExpressionTracesArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:logic:listWorkflowRunActionExpressionTraces
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ActionName
This property is required.
Changes to this property will trigger replacement.
string
The workflow action name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
RunName
This property is required.
Changes to this property will trigger replacement.
string
The workflow run name.
WorkflowName
This property is required.
Changes to this property will trigger replacement.
string
The workflow name.
ActionName
This property is required.
Changes to this property will trigger replacement.
string
The workflow action name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
RunName
This property is required.
Changes to this property will trigger replacement.
string
The workflow run name.
WorkflowName
This property is required.
Changes to this property will trigger replacement.
string
The workflow name.
actionName
This property is required.
Changes to this property will trigger replacement.
String
The workflow action name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name.
runName
This property is required.
Changes to this property will trigger replacement.
String
The workflow run name.
workflowName
This property is required.
Changes to this property will trigger replacement.
String
The workflow name.
actionName
This property is required.
Changes to this property will trigger replacement.
string
The workflow action name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
runName
This property is required.
Changes to this property will trigger replacement.
string
The workflow run name.
workflowName
This property is required.
Changes to this property will trigger replacement.
string
The workflow name.
action_name
This property is required.
Changes to this property will trigger replacement.
str
The workflow action name.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The resource group name.
run_name
This property is required.
Changes to this property will trigger replacement.
str
The workflow run name.
workflow_name
This property is required.
Changes to this property will trigger replacement.
str
The workflow name.
actionName
This property is required.
Changes to this property will trigger replacement.
String
The workflow action name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name.
runName
This property is required.
Changes to this property will trigger replacement.
String
The workflow run name.
workflowName
This property is required.
Changes to this property will trigger replacement.
String
The workflow name.

listWorkflowRunActionExpressionTraces Result

The following output properties are available:

Supporting Types

AzureResourceErrorInfoResponse

Code This property is required. string
The error code.
Message This property is required. string
The error message.
Details List<Pulumi.AzureNative.Logic.Inputs.AzureResourceErrorInfoResponse>
The error details.
Code This property is required. string
The error code.
Message This property is required. string
The error message.
Details []AzureResourceErrorInfoResponse
The error details.
code This property is required. String
The error code.
message This property is required. String
The error message.
details List<AzureResourceErrorInfoResponse>
The error details.
code This property is required. string
The error code.
message This property is required. string
The error message.
details AzureResourceErrorInfoResponse[]
The error details.
code This property is required. str
The error code.
message This property is required. str
The error message.
details Sequence[AzureResourceErrorInfoResponse]
The error details.
code This property is required. String
The error code.
message This property is required. String
The error message.
details List<Property Map>
The error details.

ExpressionResponse

Error AzureResourceErrorInfoResponse
The azure resource error info.
Subexpressions []ExpressionResponse
The sub expressions.
Text string
The text.
Value interface{}
error AzureResourceErrorInfoResponse
The azure resource error info.
subexpressions List<ExpressionResponse>
The sub expressions.
text String
The text.
value Object
error AzureResourceErrorInfoResponse
The azure resource error info.
subexpressions ExpressionResponse[]
The sub expressions.
text string
The text.
value any
error AzureResourceErrorInfoResponse
The azure resource error info.
subexpressions Sequence[ExpressionResponse]
The sub expressions.
text str
The text.
value Any
error Property Map
The azure resource error info.
subexpressions List<Property Map>
The sub expressions.
text String
The text.
value Any

ExpressionRootResponse

Error AzureResourceErrorInfoResponse
The azure resource error info.
Path string
The path.
Subexpressions []ExpressionResponse
The sub expressions.
Text string
The text.
Value interface{}
error AzureResourceErrorInfoResponse
The azure resource error info.
path String
The path.
subexpressions List<ExpressionResponse>
The sub expressions.
text String
The text.
value Object
error AzureResourceErrorInfoResponse
The azure resource error info.
path string
The path.
subexpressions ExpressionResponse[]
The sub expressions.
text string
The text.
value any
error AzureResourceErrorInfoResponse
The azure resource error info.
path str
The path.
subexpressions Sequence[ExpressionResponse]
The sub expressions.
text str
The text.
value Any
error Property Map
The azure resource error info.
path String
The path.
subexpressions List<Property Map>
The sub expressions.
text String
The text.
value Any

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi