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.
Hi,
My customer wants to reposition (more info on that below) a process after a succesful upgrade. By reposition, I mean start a new user task added in the process upgrade which is placed before of the current active task, and after that cancel the current active task in order to leave just one active task in the process.
The effect we are looking for is that after "reposition", final user find the process flow waiting for him in the new task added in the process upgrade.
Could you tell me if this is possible whit any of the methods of this plugin? Or using any other smart service that I can include in a process?
In the below process workflow, I'd like to start "Tarea nueva" and cancel "Aprobacion". I know how to do the cancel, but don't know if it's possible to do the new task start.
Thanks in advance