Summary

This block is used to invoke an action of Invokable components. Invokable components are specific components from the Active-Framework such as SmartOperator, BqlToWidgets, InfoSource, Node, NodeDefinition etc. which have heavy processes behind. They are handled in their own queue when they are used in stand alone mode. InfoSources or Nodes can trigger themselves strategies, so they could create infinite loops. This is why it's better to use this dedicated strategy block when you need to invoke one of their actions.

 

Implementation

 

Example

This block initializes a SmartOperator (a child of a Node).

 

 Properties

 Properties


Behavior: DO

The action will be triggered

 

Behavior: UNDO

The same action can be triggered depending on your advanced config.