Hello.
I need to automatically done "user step" in workflow when it late for expamle when assignee not to do it in time.
Question.
It possible to do by event trigger scripts or should i do it by custom workflow agent?
Thanks for help.
Automatically "send on" user step when it late in workflow. Posted byigor.rutsky@scnvision.com (Rutsky, Igor)On 11/06/2014 01:28 AM Hello.I need to automatically done "user step" in workflow when it late for expamle when assignee not to do it in time.Question.It possible to do by event trigger scripts or should i do it by custom workflow agent?Thanks for help.[To post a comment, use the normal reply function]Forum:Content Server Development ForumContent Server:Knowledge Center
Hello Igor,
You can write a custom agent. In case if you are looking for thrid party products, Supai Systems WorkflowPlus has this functionality.
Best Regards
Praveen Nagarajan
Analyst
Information Technology
Enterprise Solutions - Content Management - Livelink
Praveen.Nagarajan@p66.com
GCI Power Tools for Workflow does this too.
Regards,
Tammy Jakubowski
tamjak@globalcents.com
Director of Quality Management
cell: 847-452-2059
From: eLink Entry: Content Server Development Forum [mailto:development@elinkkc.opentext.com]Sent: Thursday, November 06, 2014 8:49 AMTo: eLink RecipientSubject: Automatically "send on" "user step" when it late in workflow.
Automatically "send on" "user step" when it late in workflow.
Posted bypraveen.nagarajan@p66.com (Nagarajan, Praveen) On 11/06/2014 09:46 AM
[To post a comment, use the normal reply function]
Topic:
Forum:
Content Server Development Forum
Content Server:
Knowledge Center
Thank you for answers.
Hello, Everyone. We are seeking consultation for the following case. In implementation of custom Worklow agent there is a need to change the status of task. I wonder what is the behavior of application/workflow/task mechanisms on the closure of the task (Send On functionality). Debug verification opened up that in execution of methods WAPIPkg.FinishTask и WorkRequestHandler:TaskDone.execute the value of field status (is status of the workflow or task?) changes from 0 to 1. However it is not clear where this is stored in BD/invoked later (?). Is there any source or somebody can consult on the structure of DB or behavior when storing workflows and tasks since to be able to close the task we would like to see what Send On really does. Thank you in advance!
Igor,
If you are working in the builder you can simply call the OScript methods in the WAPI package, or more correctly their wrappers in WFMain etc, and they will do most if not all the work for you.