FlowContextItem

Holds contextual data for a flow instance during execution.

Overview of FlowContextItem goes here.

FlowContextItem Properties

FlowContextItem

Field Type Inherited from Description
Data Dictionary<String> FlowContextItem Arbitrary data associated with the flow instance.
Version Int32 FlowContextItem Version of the context schema.

JSON Structure of FlowContextItem

{
   "Data"	:	"Dictionary\<String\>",
   "Version"	:	"Int32"
}