Data for trigger

Specifies one or more pattern-matching strings that identify the input files that this workflow should accept for processing as single jobs.

The value uses regular expression syntax and characters in the value are case-sensitive. For example, .*PDF$,.*PS$ represents patterns that are different from .*pdf$,.*ps$. Separate multiple patterns by commas; do not type a space between them.

Length: Up to 255 bytes

Restriction: This character sequence is not valid: ${

Default: .*$ This value means that the workflow accepts any file that contains job data.

If the Completion method property for the workflow is Trigger, the server checks for trigger files that match the value of the Trigger pattern property first. It then checks for data patterns that match the value of the Data for trigger property.