Method ExecuteAsync
ExecuteAsync(Guid, string, string?, int, CancellationToken)
Runs the node identified by nodeId for an instance, and describes the
resulting checkpoint and follow-on jobs as side effects of this job's own completion.
Task ExecuteAsync(Guid instanceId, string nodeId, string? joinKey, int loopIndex, CancellationToken ct)
Parameters
instanceIdGuidThe instance this execution advances.
nodeIdstringThe graph node to execute.
joinKeystringThe fan-out this execution belongs to, when it is running inside a Parallel or ForEach branch.
loopIndexintIteration index, when running a ForEach body.
ctCancellationToken