-
-
Loading ...-
RSS Links
Tag Archives: IDM 301
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'>
[...]
Xpress length function quirks
The Identity Manager Xpress length function can be kind of quirky. The documentation indicates that the length function in Xpress returns the number of elements in a list.
So the following would return 3:
<length>
<list>
<s>one</s>
<s>two</s>
[...]
Custom Workflows in the End-User Interface