Member Junction
    Preparing search index...

    Action for executing JavaScript code in a sandboxed environment

    This is a THIN WRAPPER - all core logic lives in CodeExecutionService. The action's job is simply to:

    1. Extract parameters from the action interface
    2. Delegate to CodeExecutionService
    3. Map results back to ActionResultSimple

    Security is enforced entirely by CodeExecutionService.

    {
    "type": "Action",
    "action": {
    "name": "Execute Code",
    "params": {
    "code": "const sum = input.values.reduce((a,b) => a+b, 0); output = sum;",
    "language": "javascript",
    "inputData": "{\"values\": [1,2,3,4,5]}"
    }
    }
    }

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods