Validations
Validations take place each time you create a WC or WE. During the validation process, each operation’s parameters is examined and verified. In addition, the chain of operations is also verified to guarantee a valid workflow.
The managed-operations run the process of validation. Each managed-operation executes its own validations. This covers the validation of a single operation and the complete workflow chain of operations (due to pipeline parameters).
Examples of the validations made:
- Ensuring the account exists
- Ensuring the requested assets are supported
Validation errors appear under the validationFailure
field.
Updated 4 months ago