How does the configuration file work?
A configuration (Integration.Config) contains the complete definition of
the pipelines execution context.
The platform supports multiple configuration files, that is, we can have
more than one Integration.config, that is, it allows each solution to
distribute its own configuration file, without having to add a single file to
the solution-specific configuration. The platform then reads all the available
configuration files and builds a global configuration that results from the
merge of all the existing configurations. The global configuration file is
processed and created at runtime in the application folder with the name
Global.config.
Related Articles
Example of a custom pipeline configuration
The Valuekeep pipelines can be customized and configured based on the business model being implemented. Next, we show an example as a webinar:
WebAPI - Deleting a Work Order
This method allows you to delete a work order. The method to use for deleting a work order is: DELETE url/api/mytenant/myorganization/maintenance/workorders/{{companyKey}}/{{workorderKey}} The parameters to be overridden in the method are: ...
Webapi - Deleting a work order type
This method allows you to delete a work order type. The method to be used when deleting a work order type is: DELETE url/api/mytenant/myorganization/maintenancecore/workordertypes/{{workordertypeKey}} The parameters being replaced on the method ...
Webapi - Deleting a work order consumption report
This method allows you to delete a work order consumption report. The method used to delete a work order consumption report is: DELETE ...
Webapi - Deleting a work order labor report
This method allows you to delete a work order labor report. The method used to delete a work order labor report is: DELETE url/api/mytenant/myorganization/maintenance/workorderreportlabors/{{companyKey}}/{{workorderreportlaborKey}} The parameters ...