You are here: Working with Task Components > Custom Task > Properties tab > Parameters

Parameters

Use the Parameters tab to specify the input and output parameters for your script. These parameters are passed to the script and returned from the script as DOMs.

At runtime, the input DOM is accessed through the variable called engine.inputDom. You assign the output DOM to the engine.outputDom variable to make it accessible to downstream tasks.