Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

luca_depetrillo
luca_depetrillo
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
3

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by luca_depetrillo
Customize the badges you want to showcase on your profile
Re: TaskManagerQueryService.processInstanceList(...) doesn't return instances started with LC API - Adobe LiveCycle 23-12-2010
I found some additional information: debugging sql queries performed by LiveCycle apis, I found that TaskManagerQueryService.processSearch(...) always applies a filter to check if the user used to perform the search, has performed at least a task for an instance (it apply an sql filter on tb_queue.workflow_user_id joining it on tb_assignment, tb_task and tb_process_instance), even if this behavior isn't documented on javadoc. This means that, in contrast with workspace that starts a process usin...

Views

81

Likes

0

Replies

0
TaskManagerQueryService.processInstanceList(...) doesn't return instances started with LC API - Adobe LiveCycle 20-12-2010
Hi,I'm having troubles trying to retrieve instances of processes when they are created with LiveCycle API using ServiceClient.invoke(invocationRequest).As far that I can see, process instances are created correctly (I can manage them in LiveCycle AdminUI and in LiveCycle Workspace), but I can't retrieve them using TaskManagerQueryService.processInstanceList(...) or TaskManagerQueryService.processSearch(...), as process instances are simply missing... the strange thing is that process instances c...

Views

2.1K

Likes

0

Replies

3
Custom validation script before completing a task - Adobe LiveCycle 02-12-2010
Hi all,I'm experiencing some troubles trying to perform a custom validation in a XDP form.I've the following scenario: - I created an XDP form used for a Human Task in a process. - The form receive a list of Items, that are listed in a table. - The user MUST choose an item from the table before complete the task and continue with the process.I successful created the table that list items, with a checkbox in the first column to select them, but I can't figure out where I can check, with a custom ...

Views

399

Likes

0

Replies

0