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
Where you able to find anything related to this like how to make the task accepted on behalf of another user that is not who is running the process could u please let us know
Do you have any documentation for the smart services? I need more info on 'Reassign' specifically.
Hi,
I would need to set a user in the Accept Task Node, but I find only the Task Id input. Who is the owner of the task after the execution? How can I make the task accepted on behalf of another user that is not who is running the process (as the description of this plug-in mentions - "behalf on")?
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
Is this plugin compatible to 20.X version or do we have another plugins to get the Task Accepted Time?
thanks
Check the task status in your task report to ensure the value will be populated.
The expression is just a wrapper for this api: docs.appian.com/.../TaskSummary.html
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.
How long can a task be paused by the PauseTask smartservice?