views:

258

answers:

0

I'm trying to find out exactly what I can do and what I can't via no-code workflows. I'm trying to develop a solution where clients can author workflows without compilation, but need to check we can do all we need.

I know I can't:

  • use CodeActivities
  • pass parameters in and out
  • handle events
  • CallExternalMethod, call web service etc (nowhere to put the result)

but I can't find what I'm really after, which is a table showing what I can and can't do in the different authoring modes.

I realise that by deriving from standard Workflow base classes you can get around a lot of these restrictions, but does anyone know of a good page which properly lists these restrictions and any workarounds (or knows them)? I'm really surprised I can't find such a thing on MSDN.

Many thanks.