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?
optionalboundParameters: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?
optionaldataExport:boolean
Defined in: src/models/executions.ts:236
Whether or not the execution’s data will be available for export. Default to false.
metadata?
optionalmetadata:string
Defined in: src/models/executions.ts:261
User-specified metadata to be associated with the Execution.
parameters?
optionalparameters:Record<string,string|object>
Defined in: src/models/executions.ts:246
Mapping of Procedure-specified parameter names to parameter values.
procedureIdentifier?
optionalprocedureIdentifier:string
Defined in: src/models/executions.ts:251
The identifier of the target Procedure for Execution.
procedureVersion?
optionalprocedureVersion:number
Defined in: src/models/executions.ts:256
The version of the target Procedure for Execution.
region?
optionalregion: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.