toggle menu
workflow
jvm
switch theme
search in API
workflow-testing-jvm
/
com.squareup.workflow1.testing
/
WorkflowTestParams
/
StartMode
/
StartFromState
Start
From
State
class
StartFromState
<
StateT
>
(
val
state
:
StateT
)
:
WorkflowTestParams.StartMode
<
StateT
>
(
source
)
Starts the workflow from an exact state. Only applies to
StatefulWorkflow
s.
Members
Constructors
Start
From
State
Link copied to clipboard
constructor
(
state
:
StateT
)
Properties
state
Link copied to clipboard
val
state
:
StateT