Operation Output
apama.analyticskit.blocks.cumulocity.CreateOperationStaticValue
Creates a new Operation object for a specified device or for the current device.
If none of the Operation Name, Parameter Name or Parameter Value parameters are set, then the operation will use the Properties input port to populate the Operation object.
The block does not participate in time-synchronous model-to-model communication. Multiple blocks can be used in a single model or multiple models to create new operations for the same device. Cycles among models can be formed because of this block, so care must be taken not to introduce indefinite cyclic execution of models.
The block produces asynchronous output. The parameter that defines the output stream of the block is Device or Trigger Device.
Parameters
Name | Description | Type | Notes |
Device or Trigger Device | The device (or for models handling groups, Trigger Device) to which the operation is to be sent. The model editor uses the device name. This is mapped internally to the device identifier. | any | |
Operation Name | The name of the property to create on the Operation object. | string | Optional |
Parameter Name | The name of the parameter for the operation. | string | Optional |
Parameter Value | The value of the parameter for the operation. | string | Optional |
Description | The description of the operation to create. | string | Optional |
Input Port Details
Name | Description | Type |
Create Operation | Creates an operation when a signal is received. | pulse |
Properties | The properties to set on the operation. | any |