Custom Activity Drop Activity here field

Hello !
So I have been looking for a way to make Custom activities, sequences and workflows.
The tutorial for making custom Activities that are on the webside proved to be way too simple to be of any real help.

What I’m looking to make is an “Advanced”-Sequence where I can run some code behind -
Example a way to take time of a given Sequence of actions.

So when the CustomTimerSequence is initiated, a timer starts and when all workflows/sequences within it are done it stops the timer

This way I could have the CustomTimeSequence write to some DataTable.

CustomSequence

This would remove duplicate code from projects where i want to meassure time.

What i’m looking for is : Can it be done ? Can I make a Custom activity where i can insert another activity
with a “Drop activity here”-field.
If it is possible, do anyone have any information or documentation regarding developing such Activity ?

I have experience with programming, so writing code is not an obstacle.

Hi,
Your idea looks nice. I am sure it’s doable.

I was just playing a bit with this and found following resources:

You could look here to learn how to create native activity with designer and drop area: http://www.dotnetconsult.co.uk/weblog2/PermaLink,guid,c3394709-1aaf-486a-8d1f-51050ce94ecc.aspx

I used the following project as basis for my experiments:

Hope it helps.
Cheers,
Josef

Thanks a lot for the reply !
I’ll start to look through it :slight_smile:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.