Expand my Community achievements bar.

SOLVED

Simple Event

Avatar

Level 2

I am trying to get a document event to fire a workflow process that I created.

The document event can be observed in the history, but the side effect (workflow) of the

event is not occurring. The workflow executes fine in isolation.

I am using LC ES 8.2

I have done the following with the process I want to follow the document event:

1. create a process

2. created a start point on a RMDocumentEvent

  • no filters
  • no data mapping

3. created a web service activity which follows the start point

  • generated from wsdl
  • tested web service

4. activated the process

5. invoked the process successfully from workbench

6. opened/closed/printed a policy protected document

  • process is not executed

There is no indication of my workflow ever running in the log except for when I directly invoke it.

Are there any steps I have missed to get the workflow to execute following a document event?

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

In order to monitor Rights Management events you must set the ‘EventHandlersEnabled’ key to

true in the Rights Management server configuration file. This file can be found from the Admin

UI by navigating to Home > Services > LiveCycle Rights Management ES > Configuration >

Manual Configuration and exporting the configuration file.   Export > Make the change > Import

View solution in original post

4 Replies

Avatar

Correct answer by
Former Community Member

In order to monitor Rights Management events you must set the ‘EventHandlersEnabled’ key to

true in the Rights Management server configuration file. This file can be found from the Admin

UI by navigating to Home > Services > LiveCycle Rights Management ES > Configuration >

Manual Configuration and exporting the configuration file.   Export > Make the change > Import

Avatar

Level 2

That fixed the problem. Thanks for the help!

Avatar

Level 2

Hi,

I'm trying to implement a similar solution.  Can you provide more details to step 1 and 2?

Thanks,

s_stuff

Avatar

Level 2

Hi,

I figured it out.  I'm using LC ES2.5 and I had to select the event picker from icon menu and then select RMDocumentEvent and then configure it to be the starting point.

This post help me out alot.

Thanks,

s_stuff

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----