MCPcopy Create free account
hub / github.com/temporalio/temporal / SetStateMachineState

Method SetStateMachineState

chasm/statemachine.go:20–20  ·  view source on GitHub ↗
(S)

Source from the content-addressed store, hash-verified

18type StateMachine[S comparable] interface {
19 StateMachineState() S
20 SetStateMachineState(S)
21}
22
23// Transition represents a state machine transition for a machine of type SM with state S and event E.

Callers 3

ApplyMethod · 0.65
TestHandleCancelCommandFunction · 0.65

Calls

no outgoing calls

Tested by 2

TestHandleCancelCommandFunction · 0.52