Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Dynamic Workflow Routing / Workflow Triggers
Torsten_Roessel__(ap_troessel_(Delete)_1266826)
In a customer project, we need to dynamically set the performer or performing group for a number of steps in a workflow instance depending on attribute values set earlier during the workflow to achieve dynamic workflow routing.Has somebody done this or similar development and can provide hints or examples on how to achieve this?We understand that "workflow triggers" should be the hooks to attach such a functionality to but we have only extremely limited information and examples about them. Can anybody provide more insight or documentation on workflow triggers in Livelink 8.0.x? Thanks!
Find more posts tagged with
Comments
Arlene_Elder_(GlaxoWellAdmin_(Delete)_1421884)
We have done something similar, however we wrote a VB COM object to make LAPI calls from an ASP page to route a workflow and set performers.This isn't the route you should go. There are sets of scripts that run when a workflow is moved on that can dynamically set the performer. This involves an OScript customization I believe. I suggest that you call OT support and they can give you the answer as to where you need to hok in to do this customization.