As Developer I would like that the input of Actions is checked using the specified type.
Rationale
The Action definition requires to specify a type of the input. As of now, this information is not used when the Action is executed by a runner. It would be of great benefit to automatically check the type spec is satisfied for the input and stop the execution of the Action if not.
Technical Details
A runner should implement a check by running a validation function on all inputs before executing the Actions function.
Acceptance Criteria
Related Issues
Stakeholder
As Developer I would like that the input of Actions is checked using the specified type.
Rationale
The Action definition requires to specify a type of the input. As of now, this information is not used when the Action is executed by a runner. It would be of great benefit to automatically check the type spec is satisfied for the input and stop the execution of the Action if not.
Technical Details
A runner should implement a check by running a validation function on all inputs before executing the Actions function.
Acceptance Criteria
Related Issues
Stakeholder