- A) A document before translation
- B) A document after translation
If "a human is required to count the number of characters", you will never implement this operation. However, if "a Workflow system would tell the number automatically", you might think of leaving it as a record...
In "Questetra BPM Suite", a Cloud-based Workflow, you can easily add automatic processing of the following, since Auto-step icons have been incorporated in it in advance.
- To combine string A and string B (M227)
- To Sum numeric A and numeric B (M227)
- To generate a PDF by embedding strings into Template PDF (M228)
- To store files at Google Drive (M229)
However, in order to automate an operation like this example of "Count the number of characters", you were required to place a versatile automated Step referred to as [Script Task] (Script Step) (M230), and to set Scripts (ECMA-Script/JavaScript) as its property. (As of Ver. 11.0)
[Translation Process-Characters Counter]