Questions tagged [filenet-process-engine]

42 questions
1
vote
2 answers

Filenet storing and getting objects from store - Java Step Processor

I'm implementing Filenet Java Step Processor. I have to get a document from object store, moddify and store modified version to the same object store. I have a working applet for tests. I can't ask user for additional sending login and password, I…
Dark Tomel
  • 123
  • 2
  • 13
1
vote
1 answer

where to store objectstore and vwsession objects

I'm presently working on making an web application for filenet, I'm presently getting the objectstore and vwsession objects by calling a method in static classes . Everytime I call these methods its againg getting the connection, I can store these…
0
votes
1 answer

FNRPE2131090482E - Server is being initialized. Retry the operation

I am using Filnet 5.2.1. I have everything working fine for years. but suddenly today when trying to connect to process engine from workplace application I am getting the error : [FNRPE2131090482E]Server is being initialized. Retry the operation. …
0
votes
1 answer

I cant able to query the queue element using queuequery in PE filenet

I am facing an issue when i try to query the queue using createquery api to fetch the queue element. I am getting an error at the while statement stating the error below as errorjava.lang.illegalstateexception :unread block data i dont know why i…
0
votes
0 answers

Need to display a pop up if we are selecting a step response for a workitem in IBM Filenet workplace application

I am having a requirement where if am selecting a step response for a workitem in workflow map , i need to restrict it to a data field for taking that action. For example if am having a step name as'XYZ' and i am selecting the step response' ABC'…
0
votes
3 answers

How can i retrieve the document object id from the workitem

I got a requirement to retrieve the document object id(content engine doc id) from the workitem retrieved from process engine. And we obtain the document id we need to extract the corresponding document from content engine. I have created PE session…
0
votes
1 answer

Filenet - Get current date & Time in Filenet Workflow

I am using Default step Processor in Filenet(5.2.1) and I created a Data Field as "DueDate" of type Time and I initialized it to adddays(systemtime(),14) because I want DueDate to be set 2 weeks after by default. I want this Property to be displayed…
tiktok
  • 279
  • 2
  • 23
0
votes
1 answer

get workflow malfunction exception with java api

Does anyone know how to get a workflow malfunction error message using the java pe api? I am running the QueueSample java code provided by IBM and it is not clear to me how to do this. Any help would be appreciated!
mkk
  • 36
  • 8
0
votes
1 answer

Filenet - Voting approval routing

I have a step in my workflow where only a certain number of approvals are required, rather requiring that all participants approve the step & I stumbled on this page (see the very last step 9d) -…
tiktok
  • 279
  • 2
  • 23
0
votes
1 answer

Filenet - How to get the Property values in Workflow group

I have 2 Filenet Workflows where the firstWF takes the userids and store it on document property as String separated by comma. What I want from my SecondWF is that it should take that userids and assign it to workflow group when secondWF launch. I…
0
votes
1 answer

Filenet Invoke step get locked in fnsystem user

I have a invoke step in my work flow that run and send the request to server and get the respond from it , but it get locked at this step to the "fnsystem" user In information Stack it shows Queue as WSRequest(0) and Error Number 0x0 for invoke step…
0
votes
1 answer

Filenet - Copy value from a workitem to document Property

I am new to Filenet BPM and I am trying to set a value from a workitem to document Property. Here is my requirement - I have a Workflow with a document attached which should go to approval process, If it is approved then I have to set a property…
0
votes
1 answer

Work Performer Exception: org.apache.soap.transport.SOAPTransport while executing ComponentStep in ProcessConfiguration of IBM FileNet

While running component Step in ProcessConfiguration of workflows, facing below issue. This component includes web service calls. Added soap.jar file in the component but issue remains the same. Work Performer Exception:…
Raghava
  • 27
  • 4
0
votes
1 answer

IBM Case Foundation Email Template New Line Character from Java

We create tasks containing multiple documents; each document has a number. I have a string Field (docNums) in the Workflow that contains each document number separated by a delimiter. I have done this as the log / email template will only accept…
0
votes
1 answer

What is the need of many-to-one relation between connection point and isolated region?

While creating a connection point(CP) for a workflow system in FileNet v5.2.1 gives you an option either to create a new isolated region(IR) or to use any of the existing one itself. What could be the reason to have multiple CPs pointing to a…
sin
  • 126
  • 2
  • 14