Re: {Spam?} Getting ALL open activities
| Newsgroups | gmane.comp.java.enhydra.shark |
|---|---|
| Message-ID | <OF7000904B.D593F703-ON8525703B.006B709E-8525703B.006BA913@intellicare.com> |
Hi Leonardo, did you try with state as SharkConstants.STATE_OPEN_NOT_RUNNING_NOT_STARTED? Geeta Leonardo Mira <[email protected]> 07/11/2005 04:00 PM Please respond to [email protected] To [email protected] cc Subject {Spam?} [shark] Getting ALL open activities Hi, I am trying to create a expression that returns all open activities. The following code was developed, but it only returns the accepted activities... WfActivityIterator wfActivityIterator = executionAdministration.get_iterator_activity(sharkTransaction); ActivityIteratorExpressionBuilder activityIteratorExpressionBuilder = expressionBuilderManager.getActivityIteratorExpressionBuilder(); activityIteratorExpressionBuilder.addStateEquals(SharkConstants.STATE_OPEN_RUNNING); wfActivityIterator.set_query_expression(sharkTransaction, activityIteratorExpressionBuilder.toExpression()); WfActivity[] wfActivities = wfActivityIterator.get_next_n_sequence(sharkTransaction, 0); Does anyone know what must be done to get de non-accepted activities? Thanks Leonardo Mira -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws CONFIDENTIALITY NOTICE:This email is intended solely for the person or entity to which it is addressed and may contain confidential and/or protected health information. Any duplication, dissemination, action taken in reliance upon, or other use of this information by persons or entities other than the intended recipient is prohibited and may violate applicable laws. If this email has been received in error, please notify the sender and delete the information from your system. The views expressed in this email are those of the sender and may not necessarily represent the views of IntelliCare.
message-footer.txt
(text/plain, 271 B)
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws