For example if you create your own activity called Run10Times which runs its child activity 10 times, can you have a designer which contains a canvas to which the user can put the child activity?
I know how to create a standard activity designer, and add a expressiontextbox, but not sure how to add a canvas to which the user can put child activities.
You need to add the WorkflowItemPresenter control to your activity designer.
Suppose you have an activity like this:
you would create designer like this: