Skip to content

OperationForCreateUpdateProcedure

@trimblecloudplatform/trimblecloud.processing


@trimblecloudplatform/trimblecloud.processing / OperationForCreateUpdateProcedure

Interface: OperationForCreateUpdateProcedure

Defined in: src/models/procedures.ts:309

Properties

description?

optional description: string

Defined in: src/models/procedures.ts:345

A description of an operation and its function.


engineName?

optional engineName: string

Defined in: src/models/procedures.ts:321

The name of the backend engine that supports this operation.


identifier

identifier: string

Defined in: src/models/procedures.ts:313

Unique identifier string for the operation.


inputs?

optional inputs: Record<string, OperationInputs>

Defined in: src/models/procedures.ts:329

Named inputs for the Operation.


name?

optional name: string

Defined in: src/models/procedures.ts:341

Human-readable name of the Operation.


outputParameters?

optional outputParameters: Record<string, OperationOutputParameters>

Defined in: src/models/procedures.ts:337

A list of parameter objects that define values to be output from an Operation.


outputs?

optional outputs: Record<string, OperationOutputs>

Defined in: src/models/procedures.ts:333

A Procedure Operation does not require Output Ports to be defined in the Procedure definition except for the case when a Switcher Operation is being utilized.


parameters?

optional parameters: Record<string, OperationParameters>

Defined in: src/models/procedures.ts:325

Parameters for the Operation. Each Operation can have 0 or more parameters.


version

version: number

Defined in: src/models/procedures.ts:317

The version of the Operation.