In looking through the outputs, I noticed that in the task list,
applicationId is set correctly, but in the top level of the experiment
structure, applicationId was actually module Id. I updated
experiment to have applicationId. Now, I get an internal server
error.
john@anya:/media/scigap/scig
Outputs are inline below. I think I need to somehow specify the
execution type in one of the steps. Not sure which step that is...
On Wed, Nov 19, 2014 at 12:51:05PM -0500, Lahiru Gunathilake wrote:
> Hi Kennath,
>
> Yes you have to give the application interface Id when you create
> Experime
Hi Kenneth,
You need to provide application id when you create the experiment. When you
register application Interface, you will get a application interface id in
return. That's the application ID that you should set when you creating the
experiment. You do not need to set execution type. Unless y
Hi Kennath,
Yes you have to give the application interface Id when you create
Experiment. During registration registerApplicationInterface will return
the Id. but if you have already registered and you don't have it you have
to get all the Applications and find which Application Id you need by
com
Any thoughts on correctly setting execution type?
Does anyone want more detailed output?
Kenneth
On Wed, Nov 12, 2014 at 03:36:01PM -0800, K Yoshimoto wrote:
>
> I've been playing with the Python API. I can registerApplicationDeployment
> registerApplicationInterface, registerApplicationModule