Microsoft Power Platform APIs · JSON Structure

Power Platform Flow Run Properties Structure

Type: object Properties: 5
Business ApplicationsCopilot StudioDataverseLow-CodeMicrosoftNo-CodePower PagesPower Platform

FlowRunProperties is a JSON Structure definition published by Microsoft Power Platform APIs, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

startTime endTime status correlation trigger

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "FlowRunProperties",
  "type": "object",
  "properties": {
    "startTime": {
      "type": "string"
    },
    "endTime": {
      "type": "['string', 'null']"
    },
    "status": {
      "type": "string"
    },
    "correlation": {
      "type": "object"
    },
    "trigger": {
      "type": "object"
    }
  }
}