Flow designer errors

The document defines the errors that are encountered during a flow.

Introduction

During flow orchestration or execution, it's typical to encounter a config, system, or similar errors. Errors can originate while the flow is designed (management errors), or for that matter when the flow is in action (runtime errors).

Flow management error refers to the error that is encountered during a new flow creation, importing an existing flow or publishing the flow. A user cannot publish a flow until all errors are resolved.

Flow runtime error refers to the error that is encountered during flow execution, or resuming it from any task or decision point configured in the flow. If there is unrecoverable error, user is redirected to the default error page and the instance is ended.

The user is shown a customizable error page when the flow ends with system errors. Refer to the following steps to go to the default error page:
  1. Select User experience > Branding.
  2. Navigate to the workflow folder under the specific theme of interest to locate the error_page.html in the error folder.
Like any other template, the flow instance properties, for example error property can be resolved in the error_page.html through macros. To customize the error_page.html, see Modify flow error pages.

Error codes

The following table refers to the error codes, and description that a user might encounter while the flow is orchestrated.

Task/ Category Error code Description
Flow runtime errors CSIBZ0014E No flow deployment was found for the reference.
CSIBZ0018E The system cannot start workflow instance.
CSIBZ0019E The system cannot resume the workflow instance.
CSIBZ1003E Empty or no flow instance properties.
CSIBZ1005E API call failed to respond.
CSIBZ1006E An exception in task execution.
CSIBZ1017E Invalid element in task input parameter.
CSIBZ1020E Unknown property used in expression.
CSIBZ1021E Unknown method used in expression.
CSIBZ1022E Unknown attribute used in expression.
CSIBZ1024E Generic Error.
CSIBZ1026E API execution error.
CSIBZ1025E Error parsing JSON response.
Fetch user CSIBZ1004E Username input parameter not found.
CSIBZ1023E Invalid username.
Function CSIBZ1010E The rule expression input parameter is not found.
CSIBZ1035E The rule expression execution failed.
Redirect CSIBZ1012E The redirect URL input parameter is not found.
CSIBZ1019E Invalid characters found in the redirect URL.
Flow management errors CSIBZ0017E The system cannot run the flow operation.
CSIBZ0024E No flow model is found for the operation.
CSIBZ0025E An error occurred while parsing the flow file.
CSIBZ0026E File size exceeded the maximum limit of 5 MB.
CSIBZ0027E Invalid file extension for flow.
Note: The Flow runtime errors are applicable to any flow. The errors applicable to individual tasks are referred against them.