Table of Contents

Constructor ActivityContext

Namespace
Millrace.Workflows
Assembly
Millrace.dll

ActivityContext(TData, WorkflowInstanceId, string, string, int)

Constructs a context for one activity execution.

public ActivityContext(TData data, WorkflowInstanceId instanceId, string nodeId, string definitionId, int version)

Parameters

data TData
instanceId WorkflowInstanceId
nodeId string
definitionId string
version int

Remarks

Called by the engine, which fills these from the instance it is advancing. An activity is handed a context rather than building one.