Represents mapping information from the original source (trigger, procedure, controller) for a flow definition.
Overview of FlowSourceMappingItem goes here.
FlowSourceMappingItem
| Field | Type | Inherited from | Description |
|---|---|---|---|
| ControllerType | String | FlowSourceMappingItem | The type of controller associated with the flow. |
| OriginalProcedureKey | String | FlowSourceMappingItem | The original procedure identifier. |
| OriginalTriggerKey | String | FlowSourceMappingItem | The original trigger identifier. |
{
"ControllerType" : "String",
"OriginalProcedureKey" : "String",
"OriginalTriggerKey" : "String"
}