[publiqa_2] Get the value of a step parameter at runtime
In the following example the current value of step parameter 'my_key' is to be read and assigned to variable 'my_key_value':
from publiqa.data import data_store
my_key_value = data_store.get('my_key')