Fiber<'error, 'value>Record

PackageAxial
Represents a handle to a workflow that has already been started.

Fields

NameTypeDescription
MetadataMetadataDiagnostic metadata for the running fiber.
ExitTaskExitTaskThe asynchronous operation that completes with the workflow's final exit outcome.
InterruptSourceInterruptSourceThe cancellation source used by Flow.interrupt to signal interruption.