-
-
Loading ...-
RSS Links
Tag Archives: workflows
Workflow Transitions and Error Handling
Workflows can have a general high-level transition. They can be useful for workflow level error handling. If you define a transition at the “top” level of the workflow it will be called in between each activity.
For example:
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE TaskDefinition PUBLIC 'waveset.dtd' 'waveset.dtd'>
<TaskDefinition ...>
<Extension>
<WFProcess name='Your workflow'>
[...]
ActiveSync Data Processing Using Workflows
In my last post I covered off a very high level description of active sync processing using forms. Workflows may be used as an alternative to using forms to process active sync data. In many cases, using workflow rather than a form will result in a performance increase as well.
ActiveSync Form Processing Review
If you recall, [...]
Custom Workflows in the End-User Interface