Class FlowExecutionResult
Inheritance
FlowExecutionResult
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class FlowExecutionResult
Properties
|
Improve this Doc
View Source
BlockId
Declaration
public string BlockId { get; set; }
Property Value
|
Improve this Doc
View Source
Chunks
Declaration
public IEnumerable<FlowChunk> Chunks { get; set; }
Property Value
|
Improve this Doc
View Source
PreviousResultId
Declaration
public string PreviousResultId { get; set; }
Property Value
|
Improve this Doc
View Source
ServiceEvents
Declaration
public IEnumerable<FlowServiceEvent> ServiceEvents { get; set; }
Property Value