list Workflow Run Action Repetition Expression Traces
suspend fun listWorkflowRunActionRepetitionExpressionTraces(argument: ListWorkflowRunActionRepetitionExpressionTracesPlainArgs): ListWorkflowRunActionRepetitionExpressionTracesResult
Lists a workflow run expression trace. API Version: 2019-05-01.
Return
The expression traces.
Parameters
argument
null
suspend fun listWorkflowRunActionRepetitionExpressionTraces(actionName: String, repetitionName: String, resourceGroupName: String, runName: String, workflowName: String): ListWorkflowRunActionRepetitionExpressionTracesResult
Return
The expression traces.
Parameters
action Name
The workflow action name.
repetition Name
The workflow repetition.
resource Group Name
The resource group name.
run Name
The workflow run name.
workflow Name
The workflow name.
See also
suspend fun listWorkflowRunActionRepetitionExpressionTraces(argument: suspend ListWorkflowRunActionRepetitionExpressionTracesPlainArgsBuilder.() -> Unit): ListWorkflowRunActionRepetitionExpressionTracesResult
Return
The expression traces.
Parameters
argument
Builder for com.pulumi.azurenative.logic.kotlin.inputs.ListWorkflowRunActionRepetitionExpressionTracesPlainArgs.