Execute Block
The Execute block is a form of the Create block that is only available if stored procedures are enabled in the Additional Parameters field on the Connection dialog of the Connector and the datastore contains stored procedures.
Use the Execute block to view and use stored procedures, where each stored procedure is represented as an entity and each input parameter is represented as a field within that entity.
The Execute block is like a Create Block, with the following differences:
- In the Entity drop-down list, the Execute block displays stored procedures.
- When the flow runs, TIBCO Cloud™ Integration - Connect does not create records from the Execute block; instead, it calls the selected stored procedure with any mapped values. Mapped values are the stored procedure parameters.
Use the Execute block when you want to run a stored procedure from within an Integration Flow. For information about returning a complete data set from a stored procedure, see Native Query Block.