Property DataType
DataType
The TData this workflow carries.
public Type DataType { get; }
Property Value
Remarks
Kept as a Type because a compiled definition is handled without knowing its data type statically — the engine deserializes an instance's stored document against this. It is also the part of a definition that cannot be exported: the graph shape serializes, a type binding does not.