Skip to main content
Version: v4.6

Folder cleaner target

Cleans up the working folder. Pass an object with the parameters you require from the following table:

Code example


{
"_orchcomp": "folder_cleaner_target",
"_name": "Cleans up the working folder",
"_sequenceno": 2,
"_actualparams": {
"_path": "<takes working folder path from previous step>"
}
},


folder_cleaner_target schema

ParameterTypeDescriptionRequired
_orchcompStringEnter “folder_cleaner_target”.Required
_nameStringEnter a descriptive name for what the component does in the orchestrator.Optional
_sequencenoNumberEnter a number that defines the task’s order in the sequence of tasks to execute.Required
_actualparamsObjectPass an object that contains formal parameters or alternative parameters you want to add as key-value pairs, such as “userType”: “<your-user-type>”.Optional
_actualparams._pathObjectTakes the working folder’s path from the previous orchestrator step.Required