RunStore
Methods
Section titled “Methods”appendStep()
Section titled “appendStep()”appendStep(runId, record): Promise<void>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
|
|
Returns
Section titled “Returns”Promise<void>
getRunState()
Section titled “getRunState()”getRunState(runId): Promise<RunState | null>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
Returns
Section titled “Returns”Promise<RunState | null>
getSteps()
Section titled “getSteps()”getSteps(runId): Promise<StepRecord[]>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
Returns
Section titled “Returns”Promise<StepRecord[]>
putRunState()
Section titled “putRunState()”putRunState(state): Promise<void>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
Returns
Section titled “Returns”Promise<void>