Jump to: navigation, search

Interfacing


Revision as of 11:50, 18 August 2016 by KNO (Talk | contribs) (Created page with "=== Why is my workflow not executed correctly and/or completely? === Check if the configuration files ''UBIK.Studio.exe.config'' and ''UBIK.EnterpriseService.exe.config'' exis...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Why is my workflow not executed correctly and/or completely?

Check if the configuration files UBIK.Studio.exe.config and UBIK.EnterpriseService.exe.config exists and logging is configured (ensure that directories are set). A missing or invalid configuratoin of the logging might cause a stop/break within the workflow.

Why is the imported / exported data not encoded correctly?

See the list of supported character encodings and how to use it in workflow activites like CreateCSVScope.

When / Why should I use workflows instead of coding?

See the Workflow article for some recommendations.

My workflow can not be executed via the Interface Manager. What could be wrong?

If you have defined custom parameters, make sure the workflow has according arguments. See also the parameters section of the Interface Manager page.