On Sep 8, 2018, at 9:11 AM, Yasas Gunarathne 
<yasasgunarat...@gmail.com<mailto:yasasgunarat...@gmail.com>> wrote:

To represent workflow application -> process relationship, it is required to 
fill the experiment_id field of the process with a null and then add an entry 
to an intermediate table to keep the above relationship, and modify the logic a 
little bit to handle null experiment ids (which seems like a bad way to do it).

Hi Yasas,

Sorry for the late reply. Not sure if this helps, but I would think of an 
experiment as an execution of a workflow instead of simply being one-to-one 
with a process. The ExperimentModel already features a list of Processes, 
although recently without workflows there is generally only one Process. Maybe 
the workflow application can reference an Experiment that keeps the 
relationship with the processes for the workflow?

Thanks,

Marcus

Reply via email to