If you Create a Workflow and pass parameters, the workflow gets validated, before the parameters are assigned. This is wrong. You expect, that the Workflow is valid with the NEW (=passed) properties, not the OLD ones. e.g:The workflow has a custom Validator to validate that a property is not null (required).If this property is assigned with passed parameters. The error (Validation failed) is raisedbefore the property is assigned.To have a workaround: is there a way to validate a workflow after it is created ?this would allow do disable worklow validation in the runtime and validate it after loading manually.
Product Version