Informatica ActiveVOS
- Informatica ActiveVOS 9.2.5
- All Products
Required Properties
| Optional Properties
|
---|---|
Condition
| Name. See
Selecting Activity Labels
|
Join Condition. See
Creating a Join Condition for an Incoming Link
| |
Suppress Join Failure. See
Process Properties
| |
Comment. See
Adding Comments to a Process
| |
Documentation. See
Adding Documentation to a Process
| |
See
Setting Visual Properties and Using Your Own Library of Images .
| |
Execution State. See
Viewing the Execution State of an Activity or Link
| |
Extension Attributes and Extension Elements. See
Declaring Extension Elements and Attributes .
|
<repeatUntil standard-attributes> standard-elements activity <condition expressionLanguage="anyURI"?> bool-expr </condition> </repeatUntil>
<repeatUntil> <condition expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang: xpath1.0">$counter > 0 </condition> <sequence> <assign name="IncrementCounter"> <copy> <from>$counter + 1</from> <to variable="counter"/> </copy> </assign> <wait name="WaitTwoSeconds"> <for expressionLanguage= "urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0"> 'PT2S' </for> </wait> </sequence> </repeatUntil>