Waveset: checkoutView with options still pulls everything.
Greetings everyone.
I'm working on a workflow where I only need to pull out and update the Lighthouse data. I'm using both getView and checkoutView with options to limit to only the waveset repository object. I can tell from one of the resource logs that its grabbing everything anyway. Any insight would be greatly appreciated:
<Action id='1' name='get view' application='com.waveset.session.WorkflowServices'>
<Argument name='op' value='getView'/>
<Argument name='type' value='User'/>
<Argument name='id' value='$(userAccountId)'/>
<Argument name='options'>
<map>
<s>TargetResources</s>
<list>
<s>Lighthouse</s>
</list>
</map>
</Argument>
</Action>
AND
I'm working on a workflow where I only need to pull out and update the Lighthouse data. I'm using both getView and checkoutView with options to limit to only the waveset repository object. I can tell from one of the resource logs that its grabbing everything anyway. Any insight would be greatly appreciated:
<Action id='1' name='get view' application='com.waveset.session.WorkflowServices'>
<Argument name='op' value='getView'/>
<Argument name='type' value='User'/>
<Argument name='id' value='$(userAccountId)'/>
<Argument name='options'>
<map>
<s>TargetResources</s>
<list>
<s>Lighthouse</s>
</list>
</map>
</Argument>
</Action>
AND
0