Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/core / channels

channels

Workflow channel kinds + control-flow primitives.

Names are Graphorin's own design (Directive, Dispatch, pause, LatestValue, Reducer, Stream, Barrier, Ephemeral, AnyValue) and must not be aliased to terms from other workflow libraries.

References

anyValue

Re-exports anyValue


AnyValue

Re-exports AnyValue


APPROVAL_PAUSE_KIND

Re-exports APPROVAL_PAUSE_KIND


ApprovalPauseValue

Re-exports ApprovalPauseValue


awaitExternal

Re-exports awaitExternal


AWAKEABLE_PAUSE_KIND

Re-exports AWAKEABLE_PAUSE_KIND


AwakeablePauseValue

Re-exports AwakeablePauseValue


barrier

Re-exports barrier


Barrier

Re-exports Barrier


Channel

Re-exports Channel


ChannelKind

Re-exports ChannelKind


Directive

Re-exports Directive


DirectiveOptions

Re-exports DirectiveOptions


dispatch

Re-exports dispatch


Dispatch

Re-exports Dispatch


ephemeral

Re-exports ephemeral


Ephemeral

Re-exports Ephemeral


isApprovalPauseValue

Re-exports isApprovalPauseValue


isAwakeablePauseValue

Re-exports isAwakeablePauseValue


isPauseSignal

Re-exports isPauseSignal


isReplayDivergenceSignal

Re-exports isReplayDivergenceSignal


isTimerPauseValue

Re-exports isTimerPauseValue


latestValue

Re-exports latestValue


LatestValue

Re-exports LatestValue


listAggregate

Re-exports listAggregate


ListAggregate

Re-exports ListAggregate


pause

Re-exports pause


PAUSE_SIGNAL_BRAND

Re-exports PAUSE_SIGNAL_BRAND


PauseIdentity

Re-exports PauseIdentity


PauseResumeScope

Re-exports PauseResumeScope


PauseSignal

Re-exports PauseSignal


reducer

Re-exports reducer


Reducer

Re-exports Reducer


REPLAY_DIVERGENCE_BRAND

Re-exports REPLAY_DIVERGENCE_BRAND


ReplayDivergenceSignal

Re-exports ReplayDivergenceSignal


requestApproval

Re-exports requestApproval


runWithPauseResume

Re-exports runWithPauseResume


sleepFor

Re-exports sleepFor


sleepUntil

Re-exports sleepUntil


stream

Re-exports stream


Stream

Re-exports Stream


TIMER_PAUSE_KIND

Re-exports TIMER_PAUSE_KIND


TimerPauseValue

Re-exports TimerPauseValue