0

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 name 'status' in document property to 'Approved' and if it is rejected then I have to set it as 'rejected'. At first I thought it should be easy but I do not find any way to achieve this. Please help.

1
  • At first I thought it should be easy but I do not find any way to achieve this. <- What did you find? Commented Jan 23, 2018 at 9:47

1 Answer 1

2

If you already have the document as an attachment, use the default, out of the box CE_Operations queue to update the property. See the screenshot for a small sample.

Process Designer

Dependant on the outcome of the activity, you call the an operation and use the 'setStringProperty' operation. As attributes it takes the attached document, the property to update and the value to set.

Not the answer you're looking for? Browse other questions tagged or ask your own question.