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
We need some help on we Livereport sorted by workfllow
Frans_Akkermans_(shell-fakkermans_-_(deleted))
Hi,We have several types of workflows within our Livelink installation. Examples a workflow for engineering request and another for costs savings. Each type of workflow is used often. We want to make a livereport of only engineering request workflows. We have some difficulties to find in Oracle where the type of workflow is stored (if at all). Can somebody give us a hint.
Find more posts tagged with
Comments
eLink User
Message from David Slimmon via eLinkHi there,As far as the current version of Livelink is concerned, there isn't really a 'type'of workflow that gets stored in the database. In other words, Livelink doesn't knowwhich of your workflows are engineering workflows and which are cost savingsworkflows. Having said that, it does store information about which workflow wasinitiated to begin the process. So, in theory, if you have your workflows logicallyarranged in certain locations, you might be able to come up with some LiveReportsthat *could* indicate where the workflow is coming from. In fact, you can also dothis if you know the names of your workflow maps to begin with.Certainly the *easiest* scenario would be if you had your engineering requestworkflows in one folder and your cost savings workflows in another. But even if youdidn't all you'd really need to do is query the wwork table.For example, the following query should describe all of the workflow work (steps,etc.) that exists in your Livelink database for a Workflow that has been initiated asSampleWorkflow1:SELECT * FROM WWorkWHERE Work_Title='SampleWorkflow1'The problem with this is that it is possible for your users to initiate the workflowunder a different name than the name of the Workflow map itself. In the exampleabove, my workflow was initiated as SampleWorkflow1 which is the Livelink default.(Livelink will initiate the workflow as the name of the workflow map itself). If youcan be sure that this is what your users are doing, then the query above is probablyenough to list all of the workflows that have been initiated as a certain type.For example, if your Engineering Request workflow map is called,"Engineering_Request", the following SQL statement would find all of the work in theLivelink database for workflows that were initiated based on that map:SELECT * FROM WWorkWHERE Work_Title=''Engineering_Request'But, as mentioned, this won't find those that were initiated using another title inthe "Initiate As" field. Now, I believe that you can alter your workflows such thatusers aren't given the option of altering the Initiate As step. Either way, you werecorrect in stating in a previous posting that much of this may change in the upcomingreleases of workflows. In the meantime, this might provide you with a handy littleworkaround.Regards,Dave-----Original Message-----We need some help on we Livereport sorted by workfllowPosted by shell-fakkermans on 04/11/2000 01:12 PMHi,We have several types of workflows within our Livelink installation.Examples a workflow for engineering request and another for costs savings.Each type of workflow is used often. We want to make a livereport of onlyengineering request workflows. We have some difficulties to find in Oraclewhere the type of workflow is stored (if at all). Can somebody give us a hint.
Norman_Leung_(ImvecAdmin_(Delete)_2148619)
I have an idea, can you add an attribute in the workflow MAP, say WF_TYPE = "ENG_WF".When you write a Live report , you can link up the WF_Attribute & WWork SQL table and select all workflow instance with attribute name WF_TYPE = "ENG_WF", then you will get all the Engineering Request workflow.
eLink User
Message from David Slimmon via eLinkEven better!But whatever you decide, please keep in mind that the upcoming major release ofLivelink is going to have all kinds of new workflow stuff built in, and there may besome tables that get re-arranged in the process. What shape this will take is not atall set in stone, but it's probably safe to say that a lot of the functionality thatwe're trying to get out of workflows with LiveReports will be 'fixed' in that versionand, more importantly, the database schema will likely change as well.Cheers,Dave-----Original Message-----RE- RE- We need some help on we Livereport sorted by workfllowPosted by ImvecAdmin on 04/12/2000 08:39 AMI have an idea, can you add an attribute in the workflow MAP, say WF_TYPE = "ENG_WF".When you write a Live report , you can link up the WF_Attribute & WWork SQLtable and select all workflow instance with attribute name WF_TYPE ="ENG_WF", then you will get all the Engineering Request workflow.
Frans_Akkermans_(shell-fakkermans_-_(deleted))
Thanks for advice. We used a work around by searching for an unique attribute for each "type" of workflow.Somehow I hope that we can read somewhere in a release note what release 8.2 will bring for workflows. It is a very usefull tool but with some enhancements it can be made even more powerfull. We also do not mind to be pilot site for a beta test.
Silvia_Mazza_(QuinAdmin_(Delete)_2270075)
Hi,sorry for posting this topic here (probably not the right discussion), but I'm following what announced by Dave.My question is related to db schema changes:will workflow instances in progress (not completed) survive without problems when going from LL 8.1.2 to LL 8.2?Probably the question is trivial, but just to be sure.Thanks,Silvia
eLink User
Message from David Slimmon via eLinkHi there,Certainly it is our intention to make sure that the upgrade goes as smootly aspossible. And this issue of non-completed workflows is high on the list ofpriorities for the development staff working on the workflow module for the summerrelease. The only problems in the past with non-completed workflows were occurredwhen user from Livelink 7.3 days had loopbacks that became illegal when they upgradedto version 8.1.0.Regards,Dave-----Original Message-----Hi,sorry for posting this topic here (probably not the right discussion), butI'm following what announced by Dave.My question is related to db schema changes:will workflow instances in progress (not completed) survive without problemswhen going from LL 8.1.2 to LL 8.2?Probably the question is trivial, but just to be sure.Thanks,Silvia[To reply to this thread, use your normal e-mail reply function.]============================================================Topic: We need some help on we Livereport sorted by workfllow
http://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2273816&objAction=viewDiscussion
: Livelink LiveReports Discussion
http://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2249677&objAction=viewLivelink
Server:
http://knowledge.opentext.com/knowledge/livelink.exe
Helen_Wai_(KMLUser3_(Delete)_2274789)
We are now using Livelink 9 already but I still don't know how to sort the workflow. Can anyone give your idea ?Thanks