FlowSourceMappingItem

Represents mapping information from the original source (trigger, procedure, controller) for a flow definition.

Overview of FlowSourceMappingItem goes here.

FlowSourceMappingItem Properties

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.

JSON Structure of FlowSourceMappingItem

{
   "ControllerType"	:	"String",
   "OriginalProcedureKey"	:	"String",
   "OriginalTriggerKey"	:	"String"
}