Class WorkflowQueryContext
Namespace: Casewhere.Runtime.DataSources
Assembly: Casewhere.Runtime.dll
public class WorkflowQueryContext
Inheritance
Inherited Members
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<WorkflowQueryContext>(WorkflowQueryContext)
Constructors
WorkflowQueryContext(Guid)
public WorkflowQueryContext(Guid workflowId)
Parameters
workflowId
Guid
WorkflowQueryContext(Guid, Guid)
public WorkflowQueryContext(Guid workflowId, Guid activityId)
Parameters
workflowId
Guid
activityId
Guid
Properties
ActivityId
public Guid? ActivityId { get; }
Property Value
Guid?
WorkflowId
public Guid WorkflowId { get; }