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:

  1. Launch the Scriptable Workflow in Administration Console.
  2. Navigate to the Store Workflow Results tab.
  3. 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;
                            }
                            

  4. Configure the Workflow section in the Settings pane to arrange how the workflow items will follow each other.
  5. Specify one or more Document services, configuring their position in the Order of Operations dialog.
  6. Save your workflow by clicking the Save Current Profile button.
  7. Select the Devices tab and click Simulator to open the Configure Connectors for Device window.
  8. Locate Scriptable in the list and select the check box of the profile you want to work with on the device.