Sign in to follow this  
arphanet89

subdivide process list

Recommended Posts

I have read <processes> tag is intended to group a list of processes elements, each one identified by the <process> tag. I would like to know if is it possible to subdivide one or more <process> element and how to do it.

For example, lets say I have 3 principal processes: Design, Programming an Test, but each of one is divided as follows:

Design has two subprocesses, UML diagram and Entity-Relationship diagram.

Programming has two subprocesses either: Built graphical interfaces and Code the Use-cases

Test has no division.

Thank you in advance,

Any help will be appreciated

P.D: I also know <tasks> tag is intended to link a list of activities, each one identified by <task> tag, to a specific process

Share this post


Link to post
Share on other sites

You cannot actually divide processes. However, you can add a say " - " to the start of sub-process to visually show it as " - Sub-process". Thereafter, each task can be allotted to a process.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this