Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.82 KB

06_modifying_experiments.md

File metadata and controls

32 lines (19 loc) · 1.82 KB

Modifying Experiments

In the Experiment Details Page, click 'Edit Experiment'.

Modify Experiment Edit Button

In the Edit Experiment Page, you can edit the experiment's configuration. All fields except Name and Experiment Type are allowed to be modified.

Modify Experiment Edit Page

Enabling / Disabling Experiments

This impacts the status field in the experiment. Experiments are only considered to be running when the following conditions are met:

  • Current time falls within the experiment start and end times
  • Experiment status is 'active'

Experiments can be created in the 'active' state and disabled later on, or vice versa, which can help instantly modify its behavior.

  1. In the Experiment Details Page, you can click 'Activate Experiment' or 'Deactivate Experiment' button beside the 'Edit Experiment' button to change the status. The corresponding button will be shown based on the status. Modify Experiment Deactivate Button
  2. Upon clicking the button, a confirmation window will be shown. Modify Experiment Activate Modal Modify Experiment Deactivate Modal

Experiment History

When an experiment is edited, the existing details in the experiment prior to the edit would be saved as a historical version and can be viewed from the History tab in the Experiment Details view. Note that status changes via the Activate / Deactivate action would still create a historical version but would not increment the version number.

Deleting Experiments

Experiments in XP cannot be deleted - users can simply disable experiments to prevent them from being run.