Holds contextual data for a flow instance during execution.
Overview of FlowContextItem goes here.
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. |
{
"Data" : "Dictionary\<String\>",
"Version" : "Int32"
}