Flow Designer Error Codes
Flow Designer returns error codes to show the nature or reason for an error. Use the following table to identify the error and its description.
Error Code |
Description |
---|---|
FC1001 |
Flow version not found. Refresh the page or create a new flow. |
FC1002 |
Start activity not found. Refresh the page or create a new flow. A Start activity appears by default when you create a new flow. |
FC1003 |
One or more event flows do not have a valid start. Add an Event Handler activity to the start of each event flow. |
FC1004 |
All non-event branches must lead to the end node. |
FC1005 |
One of the variable configurations is invalid. For each variable, ensure that the configured data type and variable value are compatible. |
FC1006 |
One or more ports in the activity are not connected. Ensure that all ports are connected to another activity through a link. |
FC1007 |
Add a description for the activity. |
FC1008 |
Some of the variables have the same name. Ensure that all variables have a unique name. |
FC1009 |
The expression is invalid. |
FC1010 |
The condition is invalid. |
FC1011 |
A link in the Main Flow is broken. Delete the link to fix the error. |
FC1012 |
A link in the Event Flow is broken. Delete the link to fix the error. |
FC1013 |
The activity is used in more than one Event Flows. Event Flows cannot share common activities and must have a unique start and end. |
FC1014 |
Queue Contact must terminate the flow. The output link can only connect to an End Flow activity. |
FC1015 |
One or more fields in the activity are not configured correctly. Follow the requirements of each field to correct all errors and enter valid inputs. |
FC1016 |
Another user created a flow that conflicts with the name of this flow. Edit the flow name to make it unique. |
FC1017 |
An activity has arrows that originate from and point to itself. |