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

developwf
developwf
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
12

Discussions

Discussions
0

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by developwf
Customize the badges you want to showcase on your profile
Re: How to get process instance id - Adobe LiveCycle 05-11-2010
We have tried to use the following approach to get process instance id right after invoking a process. - Define an OUT process variable to contain process id- A set value step right after invocation sets this out variable with process id variable value which is available by default- InvocationResponse.getOutputParameters() to read the output variable The problem is in the map returned by getOutputParameters() is not having our output variable , but just the JobId.Anyone tried this before? Are we...

Views

323

Likes

0

Replies

0
Re: Update Process Data values - Adobe LiveCycle 04-11-2010
Jasmin, thanks very much for your response.<>In our case user is presented with an HTML page generated from a JSF application. Presentation logic is taken care by the JSF framework. JSF bean interacts with the process manager to obtain process variable values of a given task, and generates an XHTML view, which finally is rendered as HTML page in the browser. We are not using workspace for UI. User TO DO list(inbox) is built by JSF using the Java API provided by process management. We want the JS...

Views

174

Likes

0

Replies

0
Re: How to get process instance id - Adobe LiveCycle 03-11-2010
Thanks Steve.How do we get the ProcessInstanceRow from JobId / Invocation id.We are looking to obtain the process isntance right after invoking a processw.

Views

322

Likes

0

Replies

0
Components development - Adobe LiveCycle 03-11-2010
Is it possible for us to choose a java based framework out there like Seam / Spring to develop components managed by Live Cycle Service container.Or should we just need to stick to POJO.Any successful projects that have done this before ?many tahnks in advance for your help.

Views

417

Likes

0

Replies

0
Re: Update Process Data values - Adobe LiveCycle 03-11-2010
Hi Jasmin, Could you please suggest an alternative approach to save process data while working with UI based on HTML/java frameworks.A typical use case is: - User invokes a long lived process by submitting values for process variable (ServiceClient.invoke()). Process gets assigned to a user (Assign Task operation) - User is presented with the task on web application. User is presented with all process data.( TaskManagerQueryService.getProcessVariableValues() ) - User should be able to update pro...

Views

169

Likes

0

Replies

0
How to get process instance id - Adobe LiveCycle 01-11-2010
Hi,We are invoking a long lived process from a client using Java API (EJB end point).We are getting the JobId in return. Is there a way to get the process instance Id through API.Searched a lot in the documentation. Finally inclining to query the table directlyTB_PROCESS_INSTANCE on LONG_LIVED_INVOCATION_ID.Appreciate a lot if any expert point us to an API way of doing the same

Views

5.5K

Likes

0

Replies

7
Any Book on Adobe Process Management ES - Adobe LiveCycle 03-09-2010
We are about to start on designing and building a workflow system using Adobe process management ES and a J2EE client app.The Live Cycle ES documentation from Adobe site is good, but was wondering if there is a comprehensive book starting with BPM conepts, Adobe workbench, developing processes with workbench, developing services, examples, interacting with process Manager using Java API..Any suggestiions from experts..thanks in advance

Views

892

Likes

0

Replies

1
process specific data - Adobe LiveCycle 21-06-2010
sorry if it was inswered or present in the product documenattion..What is a good practice for a workflow system data including process specific data (ex: we have say 100 workflows. have around same number of tables to store each process specific data):Should we use the same schema as used by process Management ES module or create a separate schema..If any expert could detail the advantages over the other, that would be great.thanks already.

Views

610

Likes

0

Replies

1
Re: Process Management ES - DB objects reference - Adobe LiveCycle 21-06-2010
Thanks for the response.So, I suppose there are APIs to query these tables fully.Just wondering if there are any instances when the tables need to be accessed outside APIs.We had QLink process management system(Adove bought it), in which we accessed tables directly . Ex: process_instannce, process_branch, process_action, process_type..etc.Just finding that there will not be any such need here.

Views

70

Likes

0

Replies

0
Process Management ES - DB objects reference - Adobe LiveCycle 18-06-2010
Hi - Installed the Process Management ES module. It has created a set of db tables.Is there any documentation explaining what are these tables for , which table holds which data ..etc.Thanks in advance for any pointers.

Views

601

Likes

0

Replies

2