in LogicAppsSampleTestFramework/TestFramework/TestEnvironment.cs [117:125]
public static string GetRunActionsRequestUri(string flowName, string runName)
{
return string.Format(
"{0}/{1}/runs/{2}/actions?api-version={3}",
TestEnvironment.ManagementWorkflowBaseUrl,
flowName,
runName,
TestEnvironment.EdgePreview20191001ApiVersion);
}