Need drools workflow examples and tutorial material
Hi, In my current project, i need to use drools so, any one can help about some sample workflows with examples and the tutorials also. Thanks in advance! Regards' Hari ...
Hi, In my current project, i need to use drools so, any one can help about some sample workflows with examples and the tutorials also. Thanks in advance! Regards' Hari ...
Hi all, I want to create folder inside my document library based on other document library in the root. And I want to run this workflow on new document library creation. So let say I have 4 document library: Help News Doc Archive I want to create folder inside "Archive" Document library when New document library is created. Help...
Hi folks. I'm looking for some different perspectives for orchestrating messages through a number of message queues. For orchestration steps, would prefer to avoid some of the hard coded xml file solutions that are out there. Not BPEL; as the workers are not soap services. I was thinking of something a bit more dynamic such as defin...
Does anyone know of a Java (Swing) based UI framework for building a Workflow application? -Users are given a set of activities -They can drag and drop these activities -Link activities to each other (workflow steps) ...
Hi All, I'm trying to get the internal status of all sharepoint workflows. Is there anyway to programmatically query for all workflows, and get their status? Either through a CAML query or the the object model? I realize that I can iterate over all items in sharepoint, and see if there is a workflow attached, and then get the status. H...
I am using a salesforce workflow to send out product information and invoices to clients but I am running into problems thinking of how to verify if a client receives the email and or opens it. Is there any way to prove that a client received my inventory list or invoice? Doing some prior research on this subject I have come across the f...
Is it possible to convert the following string to a Sharepoint API object like SPUser or SPUserValueField? (without parsing it) "<my:Person xmlns:my=\"http://schemas.microsoft.com/office/infopath/2003/myXSD\"><my:DisplayName>devadmin</my:DisplayName><my:AccountId>GLINTT\\devadmin</my:AccountId><my:AccountTy...
When publishing a workflow in SharePoint 2010 Designer I received the following error. Errors were found when compiling the workflow.The workflow files were saved but cannot be run. Check For Errors indicated the workflow was fine ...
Hi I am developing a workflow in wf 4.0 on .net platform . I added my code activity to my workflow . An exception occured in codeactivity how can i throw that exception and catch it with try/catch activity . when error occure in codeactivity , it does not throw to parent workflow . thanks for help ...
Hello all and thanks for reading. I am rather new to WF programming, so I apologize ahead of time if my question doesn't make sense. I am attempting to code a custom workflow activity for use in SharePoint designer. So far I have gotten the designer to succesfully display my custom action, along with the dependency properties I have re...
Is it possible to disable "edit item" in a Sharepoint List when a custom workflow is running? Maybe a property in the workflow that can be affected? Thanks, David Esteves ...
Is there a way to prevent a WCF 3.5 workflow from being persisted? I have an issue where some items in the workflow cannot be serialized so I need to block persistence. Is there a way do this in .NET 3.5? ...
Hi folks, Sorry if this is a really easy question or something. As you can tell, I'm a complete novice to Subversion (but hey, we all have to start somewhere, right?). So I've setup Subversion using Beanstalk + Coda for my webapp, which up until now I've just been managing locally and manually. So I've got it set up successfully and in...
Hi to all, I want to bind taskid to createTask and onTaskChanged activity that are inside my replicator activity configured to run in parallel mode. I have bound it to a workflow field created by me but it seems to have some concurrency problem because I have bound a different parallel block of code to the same field. What is the cor...
is there any tool available, to make a flow diagram or Flow Chart out of code. or make any other diagram like class diagram from the code. ...
The company that I'm working is working with SVN but I would like to start working with git to take advantage of the light branching and stashing features (disclaimer, I'm pretty new to git). I've started with git-svn and I'm trying to figure out the ideal git-svn workflow for what I'm trying to do (and suggestions if what I'm trying to...
I am working on an application that tries to streamline data entry from a very repetitive process: Enter some details that require full-screen graphics and would be confusing if scrolled Enter some more atomic details Enter yet more atomic details Apply the accumulated data Go back to step 1 I am pretty sure that i can represent this...
can someone help me for making a host application to run windows workflows from dll files, as like in MS CRM 4. ...
Can i develop Windows WorkFlow Version 4 applications using Visual Studio 2008? ...
Perhaps I'm missing something about using gi through svn, but how do I keep around a set of locally modified files without pushing those changes to subversion. Here's my broken workflow. (on master) git svn rebase git checkout -b issue *apply changes I need on all my branches* *changes* git commit *changes* git checkout master git mer...