Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.15
-
None
-
None
Description
I have launched an experiment with one associated app interface e.g. APPINT. The app interface has one input of type String and a Data Staging flag attribute (which I set as true). After the launch when I try to retrieve the staging flag at the provider level I notice that its value always returned as false.
At the provider tier, I am fetching inputs through the job execution context, see below,
jobExecutionContext.getTaskData().getApplicationInputs();