Default batch type or for each batch type separately.
Configure the workflow
1
Open the batch type properties
On the Project Setup Station, use one of the following ways:
- For the
Defaultbatch type, click Project → Project Properties. - For a specific batch type, click Project → Batch types → Edit.
2
Switch the workflow schema to Advanced
On the Workflow tab of the Project Name Properties dialog box, change the Schema from Simple to Advanced.
3
Enable web stations for the verification stage
- On the same tab, select the verification stage and click Edit to open the Workflow Stage Properties dialog box.
- On the General tab, select Enable web stations.
- Click OK to save the changes.
4
Add a new processing stage
- Return to the Workflow tab in the Project Name Properties dialog box.
- Click Stage to add a new stage.
- In the Create Processing Stage dialog box, select Automatic and click OK.
5
Name the stage and link it to the previous one
In the Workflow Stage Properties dialog box, provide a name for the new stage, make sure that Wait for all documents of a batch is selected, and select Linked to previous.
6
Add the stage script
- On the Script tab, select Document processing from the Type drop-down list.
- Click Edit script and type in the following script code:
7
Set the entry condition for the stage
- On the Entry Conditions tab, select Under these conditions and click Rule to specify when documents are sent to the new stage.
- In the Rule Settings dialog box, provide a name for the new rule in the Name field.
- Select Script from the Condition type drop-down list, click Script, and type in the following script code:
WasVerified registration parameter.8
Save the rule and the stage
Save the newly configured rule and the new script stage.
