Skip to content

Function: executeSyncFormulaFromPackDefSingleIteration

testing.executeSyncFormulaFromPackDefSingleIteration

executeSyncFormulaFromPackDefSingleIteration(packDef, syncFormulaName, params, context?, options?, «destructured»?): Promise<GenericSyncFormulaResult>

Executes a single sync iteration, and returns the return value from the sync formula including the continuation, for inspection.

Parameters

Name Type
packDef BasicPackDefinition
syncFormulaName string
params ParamValues<ParamDefs>
context? SyncExecutionContext
options? ExecuteOptions
«destructured» ContextOptions

Returns

Promise<GenericSyncFormulaResult>

Defined in

testing/execution.ts:607