Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic How to create a Workflow Prototype? (Read 1249 times)
Sonal
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 1
Joined: Jun 10th, 2010
How to create a Workflow Prototype?
Jun 10th, 2010 at 5:36pm
Print Post  
Hi,

I need to create a Workflow Prototype, i've downloaded the trial version and i am playing with it, but i didnt get the exact details, as how i would be able to create the prototype. The prototype is having basic shapes, like Rectangle, Decision box (diamond), arrows for linking etc.. Can we able to create such type of prototype using Digramlite? Please guide me, what steps i need to follow.

Thanks,
Sonal
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: How to create a Workflow Prototype?
Reply #1 - Jun 10th, 2010 at 5:45pm
Print Post  
Hi,

You can show the shapes you need using a NodeListView control:

<d:NodeListView Grid.Column="2">
     <d:ShapeNode Shape="Rectangle" />
     <d:ShapeNode Shape="Decision" />
</d:NodeListView>

Users can drag and drop them to the diagram canvas then to create new nodes, and connect them with links by drawing with the mouse. You might also set the nodes' AnchorPattern property to specify where links are allowed to connect.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint