Overview
This Plug-in contains Smart Services for manipulating tasks in-process and Custom Functions for getting task metadata.
Smart Services included:
Key Features & Functionality
Custom Functions included:
Example use cases:
Note: Runs under its process context, so make sure your process has the appropriate privileges to pause/resume/cancel/etc the particular task.
How long can a task be paused by the PauseTask smartservice?
Per node description, the task is "on hold", there is no automatic resumption of activity. A paused tasks needs to be specifically resumed.
So the short answer is that task is always paused indefinitely.
thanks