Questions tagged [filenet-process-engine]

42 questions
0
votes
2 answers

Transfer Work Item between Work Queues

I'm working with FileNET of IBM and I have a question, that is: I want to transfer a work item (or more) from one work queue to another diferent. Is that possible? Best regards.
Ricardo Felgueiras
  • 3,589
  • 6
  • 25
  • 27
0
votes
1 answer

Setting an ID type property value from workflow in FileNet

Is it possible to set value for an ID type property from a workflow? We have a workflow to create a date wise record folder everyday when first mail for that day is ingested in the system (IBM IER). For this we are using createRMFolder method from…
0
votes
1 answer

Filenet migrating active workflows

We are planning to migrate from Filenet 4.5 to 5.2, question is can we migrate active workflows(workflows which are in middle of the process)to Filenet 5.2 case manager. If yes can I get the steps or any documents or any referral links to do…
0
votes
1 answer

Display work items which are waiting until backend service finishes

In my workflow I have iterative loop which check the table value until it matches a workflow value using DB Execute. This stage arise after completing initial and step After values matches it will proceed to next step.this has created by adding…
0
votes
1 answer

filenet process engine case insensitive query search

I am using VWQueueQuery class of filenet api to search a value in file property. Now the problem is that search results are case sensitive but I want case insensitive search to happen. How can I do that Thanks in advanceP.S. Query which I am sending…
Harvi
  • 3
  • 4
0
votes
1 answer

Error on reassigning workflows in FileNet

I am currently developing some Javacode that reassigns workflows that belong to a case in a FileNet 5.0 system. In some cases I get the following error in the logs: [FNRPE2131090209E]WorkObject Operation is not valid in this context. …
Robert vd S
  • 342
  • 1
  • 6
0
votes
1 answer

Is the BPM of Filenet P8 can be used for other thing than managing workflows of documents

Can we use the BPM of Filenet for other things than managing documents? I would use it to manage process independants of documents. Thanks
Eric V
  • 1,150
  • 1
  • 9
  • 24
0
votes
1 answer

VWAttachment added through API is not showing in CM 5.2

I have retrieved a workitem using API and changed the attachment fields using setParameterValue , After saving the work usingstepElement.doSave(true), I can see the added attachments in the process tracker through process administration console ,…
Bharath R
  • 1,491
  • 1
  • 11
  • 23
0
votes
1 answer

Filenet workplace access roles (active directory groups) refresh rate

i have applied access roles for primary views and the access roles are assigned to groups. ISSUE: i have page to add/remove users from those active directory groups, and i can verify from active directory that user was added/removed from group, but…
0
votes
1 answer

How to use Custom Component in Workflow?

I want to create a custom component to create some folders in the desired series. I've the java code the does this job and is running fine. But I'm not able to use the component after deploying. The problem I face is that the methods are not…
Ananth
  • 41
  • 1
  • 1
  • 10
0
votes
1 answer

get system fields in launch step

I need get the system fields before launching the workflow to make them available for user to set.fields like F_subject and F_Comment filenet.vw.api.VWWorkflowDefinition workflowDefinition = vwSession.fetchWorkflowDefinition(-1, workClassName,…
sagar
  • 112
  • 9
-1
votes
1 answer

Get and Update Workflow data in Filenet

I am having a hard time figuring out how I will get the workflow data from Filenet. I tried using process engine and content engine but I am lost on where to look at. Should I use PE or CE? also what particular part in the API? I can already get…
miggyyy
  • 49
  • 6
1 2
3