For the complete documentation index, see llms.txt. This page is also available as Markdown.

Invalid Value Streams

See how to fix an invalid value stream.

If you created a new value stream but the validation shows that the process is invalid, check the following possible reasons:

  • Proper configuration and reference to Make scenarios

  • JSON document syntax errors

Errors in referencing to Make scenario

It's possible that you have a wrong reference to a Make scenario that was either deleted or modified.

Reference to a deleted Make scenario

Check if your value stream does not reference a scenario that had been deleted. If it does, you should see a red error with a Scenario deleted notification message at the location (value stream step) where the scenario was used.

To resolve this error, remove the reference to the deleted scenario from your value stream step.

Reference to a modified Make scenario

If a Make scenario was modified, it may no longer meet the requirements of its intended context. In such a situation, the VSM UI doesn't show it in the list of scenarios available for your value stream. You're not able to use the scenario in your process' steps.

This occurs when:

  • The scenario no longer sends output event information through the Start New Orchestration module

  • The scenario no longer sends output event information through the Completion Event module

  • The scenario no longer receives incoming calls through the Trigger Event Make module

To resolve the errors, make sure the modified Make scenario meets the requirements of the intended context and check if all the input and output modules are configured properly, with correct event setup.

To learn more about triggers and process steps, see Triggers, Process steps, and VSM and CE Make Modules documentation.

JSON syntax

As the value streams are designed using VSM UI, it doesn't usually happen that any syntactic errors occur. However, if it turns out that your value stream doesn't work, and you checked all the VSM and Make settings but the errors still occur, you may need to review the JSON document to ensure it adheres to proper structure and formatting.

Last updated

Was this helpful?