container elements settings

Dart, Jocelyn jocelyn.dart at sap.com
Mon Feb 2 02:58:13 EST 2004


Hi Robert,
Yes that's right - the parameters are import/export at the task and method level because the workflow has to be able to pass the data down through the task to the method.
 
However the workflow may just be passing internal container elements to the task - i.e. to the workflow the task is just being used to do some sort of intermediate activity or calculation - the workflow itself doesn't need to pass that information out again to another workflow or event.
 
You only need workflow container elements to be import/export if the workflow is:
* Accepting data from an event/calling workflow - import elements
* Returning data to a calling workflow - export elements
 
Regards,
Jocelyn
 
-----Original Message-----
From: SAP Workflow [mailto:Owner-SAP-WUG at MITVMA.MIT.EDU] On Behalf Of Robert.vande.Berg at nuon.com
Sent: Friday,30 January 2004 11:49 PM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: container elements settings
 
 
All,
 
When creating a task in a workflow model, the bindings are generated.
The problem is that the generated container elements in the workflow model
are not marked as IMPORT nor EXPORT, but the elements in the task and the
method are marked as IMPORT and EXPORT.
 
Does anybody know why the settings are not set?
 
Regards,
Robert
 


More information about the SAP-WUG mailing list