Publish Changes To the EPT

Submit Through Studio

Like the SPT, the EPT can be submitted dynamically without server restarts. The submit to server button in-studio publish all changes made in the EPT Project (whether its meta-data changes in EPT or new rest resource or changes to the JS modules etc) to a running server. You can either use the ValueChainAdmin context or EnterpriseAdmin context to load the EPT.

LoadData

You can also use load-data to publish changes made in the EPT Project by adding an EnterpriseProcessTypeFolder entry to the LoadData.xml of your dataset.

<LoadData xmlns="http://www.onenetwork.com/Platform">
<ValueChain>data/ValueChain.xml</ValueChain>
<StandardProcessType>Standard Process Template.spt</StandardProcessType>
<UiMetaModel>data/UiMetaModel.xml</UiMetaModel>
 
<EnterpriseProcessTypeFolder>SampleEnterprise</EnterpriseProcessTypeFolder>
</LoadData>