Use Case A
The user's aim in this case is to create a storage workflow, specifying his own destination. The user can decide whether to create a final document at the end of the workflow or not. Configuring this workflow requires basic programming skills.
Perform the following steps to configure a storage location specific scenario:
- Launch the Scriptable Workflow in Administration Console.
- Navigate to the Store Workflow Results tab.
-
Modify the default script in accordance with your specific storage needs.
public Result EvalCode(ICommunicationObject io) { //add your workflow result storing code here return Result.Ok; }
- Configure the Workflow section in the Settings pane to arrange how the workflow items will follow each other.
- Specify one or more Document services, configuring their position in the Order of Operations dialog.
- Save your workflow by clicking the Save Current Profile button.
- Select the Devices tab and click Simulator to open the Configure Connectors for Device window.
- Locate Scriptable in the list and select the check box of the profile you want to work with on the device.