The eCopy Scriptable Workflows let you build custom functionality workflows in C# for a wide variety of workflow behavior.
Important!
In order to get the most out of it, you must have basic level C# programming skills to compose your new tailor-made workflow. A development environment and familiarity with the eCopy ShareScan Connector SDK are NOT required for usage/proper functionality.
If you already used Database Lookup Extender's C# expression feature, you will find it somewhat similar to Scriptable Workflows. Built-in IntelliSense makes script-writing very intuitive.
If you want to use this workflow with the Email and folder watching service, you need to create a workflow/profile in such a way that it does not require user interaction (express).
By default, each Scriptable profile is in Express mode (can be selected during Watcher configuration) and no controls are placed on the workflow form. This behavior will only be apparent at runtime.
Follow the steps below to configure your Scriptable Workflows. For detailed configuration options, see the Workflow scheme topic.
Note:
The default profile cannot be modified or overwritten, therefore you must use the Save Current Profile As button or right-click the default profile in the My workflows section and select Save As from the pop-up menu.
When configuring the workflow, the order of the workflow items is displayed on the left of the Configure workflow (Scriptable) window.
This order dynamically changes as you modify the Workflow section options of the profile's Settings pane. If none of the options are selected, the default order of the workflow items is the following:
Note:
The workflow items with a lock icon do not have a scriptable feature, they can only be enabled or disabled in the connector Settings pane.
You can configure the following Workflow options:
Note:
The options below and their combinations are not new functionalities (in terms of ShareScan workflow behavior). They are detailed to illustrate what the effect of these settings are for the visual representation of Scriptable Workflows. All scenarios are detailed without any Document Services added.
In this configuration scenario, the Preview Form is displayed between the Validate Form Script and Store result Script sections.
If this additional setting is configured, the workflow item order does not change, as compared to when only the User data entry: During scan option is enabled. The only difference is that the output document creation and storing operation is performed in the background, therefore the user is not required to wait at the device (until the Redirect screen is displayed). It is recommended to enable the Background processing mode.
With the Hide Preview screen enabled, the Preview Form disappears from among the workflow items.
Enabling the Bypass redirect screen option removes the Redirect form from among the workflow items.
Enabling this option does not change how the workflow items are arranged.
If you disable the Hide Preview Screen option as compared to the Bypass redirect screen ENABLED step, the workflow items are rearranged to have the Preview Form item between the Validate Form Script and Store result Script items.