Spike

Build 1501 on 14/Nov/2017  This topic last edited on: 20/Nov/2015, at 14:30

Gn4: edition spike not working properly with shared content

GN4-3584

Spiking an edition with shared layers caused the shared content to disappear on the page of the other edition having the shared content.
Re-import the workflows wf_spikeEdition to have the fix.

Modified date: 01/10/2015 16:25:46 - P4 Changelist: 78742 - From build: 2.2.2679.x (T)

 

Fred4: workflow spikeEditionDlg optionally not to schedule the spike

GN4-3395

modified the wf_spikeEditonDlg to receive the optional parameter waitResult.
Is set and set to 'true' the wf_spikeEdition will be called synchronously instead of being scheduled as background task (the default).
Example call from Fred menu:
<source lang="xml">
<l:ShellMenuItem Header="Spike Selected Edition (wait for result)" CommandParameter="ExecuteWorkflowOnObjects" Parameters="wf=spikeEditionDlg&amp;timeout=600&amp;pars=waitResult:true" />
 
 
Please note the timeout set to 600 seconds, you may increase this value according to the time required to spike your editions.

Modified date: 16/07/2015 12:09:39 - P4 Changelist: 77742 - From build: 2.2.2602.x (T)