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

teknix1
teknix1
Offline

Badges

Badges
10

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
34

Discussions

Discussions
0

Questions

Questions
13

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by teknix1
Customize the badges you want to showcase on your profile
Re: Can't Deploy Process - Adobe LiveCycle 02-11-2011
Thanks for the suggestions, believe me we've restarted the server many, many times, we just can't find any errors in the log that pertain to this problem.I did some more tests on this problem just recently and I did find that saving the process as a new process and comparing the two process xml (from the metadata) shows differences in the indentation and the tag which is now missing. I replaced the old process with the new one and this managed to get me past the issue for now. But this is the s...

Views

125

Likes

0

Replies

0
Can't Deploy Process - Adobe LiveCycle 02-11-2011
Hi,I have this process, nothing extremely large but it's not small either, maybe 25 activities in all, mostly calling into subprocess. For some reason when this process is checked in and deployed, the new version is discarded. If I make a recording and replay it, it shows me the old version of the process. I have tried everything I can think of; undeploy, redeploy, delete and get the application again, nothing seems to work. I even went as far as reinstalling workbench (reinstalling the server i...

Views

782

Likes

0

Replies

2
Re: TaskReassigned Event - Adobe LiveCycle 28-10-2011
Well I guess I posted this too quickly. The TaskReassign is fired whenever a task is assigned to someone. Not when it's reassigned, I don't know why they would put the "re" there but that's what it is.Nic

Views

143

Likes

0

Replies

0
TaskReassigned Event - Adobe LiveCycle 28-10-2011
Hi,I'm looking at the task events that are exposed in ES2. I pretty much managed to use all of them and understand what they are for. But there's one I can't get to fire; TaskReassigned. Could someone explain how to get this one to fire? Documentation is quite scarce on the subject.I tried forwarding an assigned task back to the user who forwarded it to me in the first place, but that fires a TaskForwarded event.I tried returning it from whoever I got it or claimed it from but that fires a TaskR...

Views

599

Likes

0

Replies

1
Re: Getting User-Assigned-Task Variables - Adobe LiveCycle 03-06-2011
Apparently this would be a bug in the version of the server that I am using.Version: 8.2.1, GMPatch Version: SP3Service Pack Version: 8.2.3163.3.212556.2Nic

Views

89

Likes

0

Replies

0
Re: Getting User-Assigned-Task Variables - Adobe LiveCycle 02-06-2011
I should have specified that I want to do this from another process. With the code I provided, I should be able to retrieve variables from any process, granted that I have right to that process instance.I apologize for not using the correct terminology, I get confused between a task and a process instance. A task is when a process instance gets assigned to a user, ie: when using an assign task activity?ThanksNic

Views

89

Likes

0

Replies

0
Re: Add second element into an xml object - Adobe LiveCycle 31-05-2011
Thanks for the suggestion, although this would probably achieve what I'm aiming for I thought it might be a bit difficult to maintain. So in the end I used XSLT to modify my XML.ThanksNic

Views

86

Likes

0

Replies

0
Re: Getting User-Assigned-Task Variables - Adobe LiveCycle 31-05-2011
I'm still trying to figure out how to solve this. I thought perhaps if there was a way of setting the workflow_principal_id but I don't have any idea what that is exactly. Anybody noticing anything wrong in my code?ThanksNic

Views

91

Likes

0

Replies

0
Getting User-Assigned-Task Variables - Adobe LiveCycle 26-05-2011
Hi,I have a task assigned to a user, I am trying to obtain, through an execute script, the process variables of this task. Unfortunately I keep getting an exception in one of the internal classes of LiveCycle. I'm not sure what I'm doing wrong.Here's the code that I am using (I am using the context of the same user that has the task assigned to): ServiceClientFactory userFactory = ServiceClientFactory.createInstance(InvocationContext.getInstance().getContext()); TypedTaskManagerQueryService tmqs...

Views

947

Likes

0

Replies

4
Add second element into an xml object - Adobe LiveCycle 19-05-2011
Hi,I can do a set value into an xml object to create a new element with a value. This is simple, I can do it this way:/process_data/myxmlvar/myvar = '123'This will give me an xml which looks something like this: 123Now I want to add a second "myvar" element, basically turning it into an array. But I can't find a way to do this in a set value. I know it's possible to do this using an XSLT Transformation, but I'd much rather just do it inside a set value if that's possible.Just to clear any possib...

Views

835

Likes

0

Replies

2