Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » EPF » XML Export
XML Export [message #28002] Tue, 30 January 2007 06:36 Go to next message
S.Saravanan is currently offline S.SaravananFriend
Messages: 40
Registered: July 2009
Member
When we do a XML export and try to use that XML as an Input to another
tool, we are not able to see the relationship between the Activity and the
Task descriptors below that.

When we tried to analyze the XML we found that the relation ship between
the Activity, Task and other elements are not properly established.

I am not sure, if I am missing something.....did someone have come across
this issue??
Re: XML Export [message #28041 is a reply to message #28002] Tue, 30 January 2007 21:36 Go to previous message
Shilpa Toraskar is currently offline Shilpa ToraskarFriend
Messages: 65
Registered: July 2009
Member
Are you exporting whole method library or as plugin? In either case, you
should see Activity and TaskDescriptor relationships should be established
as this. You should see taskdescriptor as one of the breakdownelement of
an activity if that's what your process authors.

<BreakdownElement xsi:type="uma:Activity" name="act1" ....>
<SuperActivity>_oTu5sLCAEduSh9wCUoXvKw</SuperActivity>
- <BreakdownElement xsi:type="uma:TaskDescriptor" name="taskdesc1" ....>
<SuperActivity>_xuu0gbCAEduSh9wCUoXvKw</SuperActivity>
</BreakdownElement>
</BreakdownElement>

Activity and Task are never related and you won't see that relationships.
What are the "other elements" are you talking about.
Re: XML Export [message #575597 is a reply to message #28002] Tue, 30 January 2007 21:36 Go to previous message
Shilpa Toraskar is currently offline Shilpa ToraskarFriend
Messages: 65
Registered: July 2009
Member
Are you exporting whole method library or as plugin? In either case, you
should see Activity and TaskDescriptor relationships should be established
as this. You should see taskdescriptor as one of the breakdownelement of
an activity if that's what your process authors.

<BreakdownElement xsi:type="uma:Activity" name="act1" ....>
<SuperActivity>_oTu5sLCAEduSh9wCUoXvKw</SuperActivity>
- <BreakdownElement xsi:type="uma:TaskDescriptor" name="taskdesc1" ....>
<SuperActivity>_xuu0gbCAEduSh9wCUoXvKw</SuperActivity>
</BreakdownElement>
</BreakdownElement>

Activity and Task are never related and you won't see that relationships.
What are the "other elements" are you talking about.
Previous Topic:XML Export
Next Topic:inline insertion
Goto Forum:
  


Current Time: Fri Apr 19 18:30:12 GMT 2024

Powered by FUDForum. Page generated in 0.03671 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top