Skip to content

CreateExecutionParameters

@trimblecloudplatform/trimblecloud.processing


@trimblecloudplatform/trimblecloud.processing / CreateExecutionParameters

Interface: CreateExecutionParameters

Defined in: src/models/executions.ts:232

Parameters passed while creating an execution.

Properties

boundParameters?

optional boundParameters: Record<string, BoundType>

Defined in: src/models/executions.ts:266

Mapping of Operation-specified output parameter names to output parameter values. This is where Operation output parameters are written once an Operation within the Execution completes.


dataExport?

optional dataExport: boolean

Defined in: src/models/executions.ts:236

Whether or not the execution’s data will be available for export. Default to false.


metadata?

optional metadata: string

Defined in: src/models/executions.ts:261

User-specified metadata to be associated with the Execution.


parameters?

optional parameters: Record<string, string | object>

Defined in: src/models/executions.ts:246

Mapping of Procedure-specified parameter names to parameter values.


procedureIdentifier?

optional procedureIdentifier: string

Defined in: src/models/executions.ts:251

The identifier of the target Procedure for Execution.


procedureVersion?

optional procedureVersion: number

Defined in: src/models/executions.ts:256

The version of the target Procedure for Execution.


region?

optional region: string

Defined in: src/models/executions.ts:241

Region name for the Execution to run in. Must be a name seen in the Procedure’s regions list. If not provided, then default_region of the Procedure is used.