Process design: Workflow condition: How to check if a File process data has a value

To check if a file process data contains a value in a workflow condition, you have to define the Not IsNull condition.

Example:

Not IsNull(<REQUEST_ATTACHMENT>)

This checks for a process data file named REQUEST_ATTACHMENT in a condition.