Definition and Usage
The Run task command initiates an execution of a specific Octoparse task. It serves as a trigger for the assigned task to be carried out.
Note: A Run task command must be used with an Octoparse Login command.
Parameters Values
Set parameters
Parameter | Description |
Account | Select an Octoparse account |
Task ID | Enter the Task ID for the target Octoparse task |
Error handling
Parameter | Description |
When error occurs | Specify the action to proceed when an error occurs |
Example
This particular workflow will initially log into the designated Octoparse account and store the access token within the specified variable Octoparse_account
. It will then proceed to execute the designated task from said account, concluding by producing a log of information task running
upon completion of the workflow.