Does anyone have an example of a basic html file to put in the user action node for pre exec or exec? Right now all that shows is work unit # and two other fields so I need to add more info to that screen which opens up in an inbasket. I found the exec folder under the bpm folder on our server so is that what I should use to add more detail to the inbasket?
This might work for you. Take off the .txt extension.
Do I put this in the exec folder and also reference it in the user action node?
Here's an example. If you call the Portal Page from your UserAction node then you need to assign the ProcessFlow Service variable values to local variables. var COMPANY = page.dataSource["COMPANY"]; var REQ-LOCATION = page.dataSource["REQ-LOCATION"]; var REQ-NUMBER = page.dataSource["REQ-NUMBER"]; If your Portal Page is using a DME/Query tool to display a Requisition to be approved then you pass these to the DME call.