wei.core.interfaces.simulate_interface
Handling simulated execution for steps in the RPL-SDL efforts
Functions
|
prints a single step from a workflow using no messaging framework |
- pydantic model wei.core.interfaces.simulate_interface.SimulateInterface
A simulated interface for testing WEI workflows
Show JSON schema
{ "title": "SimulateInterface", "description": "A simulated interface for testing WEI workflows", "type": "object", "properties": { "name": { "title": "Name", "type": "string" } }, "required": [ "name" ] }
- Config:
use_enum_values: bool = True
- Fields:
- Validators:
- static config_validator(config: Dict[str, Any]) bool
Validates the configuration for the interface