workflow

Problem using sendmail activity in workflow sharepoint

Hi, I have a breakline problem using sendmail activity in a Sharepoint VS workflow. I use < br/ > for the breakline, everything is ok in live mail&outlook but when i try it in lotus note all my text is inline. How can i fix this problem ? ...

Windows Workflows & Global events

I'm relatively new to using Windows Workflow but we have a requirement whereby all currently active workflows undertake an action based upon a "global event" rather than an event based upon a single instance. e.g. you could have a workflow which is used for the submission and tracking of tickets, with the scenario that when the support ...

Java Newbie: JPA and EJB workflow question

I'm just learning about JPA and session beans. I've worked through a simple database model (schema designed using MySQL Workbench) and used an IDE (NetBeans) wizard to generate the JPA entity classes and session beans. My question has to do with an appropriate workflow when the data model changes. For example, if I add a column to a tab...

InArgument IEnumerable

How to transfer IEnumerable value into InArgument in CodeActivity in Workflow public sealed class CreateInterview : CodeActivity<int> { public InArgument<List<InterviewerList>> InterviewerLists { get; set; } protected override int Execute(CodeActivityContext context) { var interviewerLists = context.GetValue(this.In...

How can I safely use git rebase when working on multiple computers?

I work on the same project on two different computers, desktop and laptop. Sometimes I need to transition between them while in the middle of some task/feature. So I want to make a commit on the laptop, and then transport (push/pull) it to the desktop and continue. Then, when the feature is complete I want to make a new commit and then ...

Environment organization / workspace structure guidelines for (interactive?) developer

Planing to change my computer soon, thinking about how to organize my folders and files. If you are develop something for Flash/iOS/Android/??? platform, please share your thoughts. I am personally a Flash platform developer and a Mac user, so I think it should be a single directory ~/Development/ (/Users/username/Development/ in my cas...

Correct Git workflow for shared feature branch?

Hi, I am trying to figure out the right workflow for this situation: On the shared repo, we have these branches: -master -feature The feature branch is a shared branch, since many developers are working on a new feature together. They are actively pushing their changes to the feature branch. I'm trying to avoid 'conflict hell' for ...

Windows Workflow 4.0 & implementing activity timeouts

I have a scenario whereby we need an activity to have a timeout associated with it so that if the activity doesn't complete within a defined period then we move on to a different activity. How would i go about implementing this with Windows Workflow 4.0? Clearly a parallel activity doesn't give me what we want? e.g. If i had an activi...

git workflow for keeping custom-modified open source software up to date?

Our University provides web hosting to campus departments on servers we manage. Installing open-source third-party programs requires modifying file permissions and code in the program before it will run. (We're using suEXEC, if you're familiar.) We currently offer WordPress via an installer script. The user uploads the newest stable rel...

Windows Workflow (WF): Passing the output of one activity as the input of the next in a sequence

Hi, I am brand new to WF so forgive what might be a simple question. I am creating multiple activities which will execute in a sequence and pass data down the chain. I know that one way to do this is to set a context variable in the parent Sequence from Activity A, and then read this value in Activity B (thus the output of A is effecti...

Windows Workflow Delay Activity Behavior

I feel my question is somewhat straight forward, but I've added some details of my problem in the "Background Info" section in case it is too vague. Question How does the WorkflowServiceHost determine that a persisted activity, that is Idle due to Delay, has reached the Delay timeout? Does it load it into memory and check every so oft...

How to wait and detect the creation of SharePoint workflow task

Hi all: I'm having trouble predicting when a workflow will start creating task. Basically, I needed to merge the newly created workflow task with an older version of the same task (which I have easy access to). Since the application in which I'm performing this process in is relatively long, I've placed the process which would create ...

Mercurial Repository structure for features, stable releases, etc.

I will be more specific with a question if I need to be, or make this into a community wiki if you all think that's where it fits, but my question is: My dev team has recently started using Mercurial (moved from subversion) and we love it so far. I'm wondering if there is a 'best practices' resource out there about repository architect...

rails workflow gem method missing error state machine

Hi, I am having a bit of trouble with the 'workflow' gem, namely, the transitions aren't working. What I am trying to do is very basic, I have a 'read/unread' state for messages between users, the transition is triggered when the user goes to a 'show' page for that specific message. However, I can't seem to get the transition to wor...

SSIS 2005 and .NET 4 Framework

Is it possible to access .NET 4 Framework references using BIDS 2005? Specifically to trigger a WorkFlow. I have a dll built in VS2010 using the .NET 4.0 and would like to access the methods/fields in it. in VS2010 I would be able to Import System.Activities and use WorkFlowInvoker.Invoke I need to be able to do this in BIDS 2005 usi...

PHP framework to build Workflow Management system

Hello, I am looking for PHP framework to build a Workflow Management system. While searching on net i got RADICORE which is quite best one. Just looking for more option so that I can compare them and go with one of them My requirement is as: I need framework that can define a workflow as we do in RADICORE and then play around it. Play...

How to implement decision tree with c# (visual studio 2008) - Help

Hey, I have a decision tree that i need to turn to a code in C# The simple way of doing it is using if-else statements but in this solution i will need to create 4-5 nested conditions. I am looking for a better way to do it and so far i read a little bit about rule engines. Do you have something else to suggest for an efficient way t...

What are some workflow environments that aren't graphical.

When I look at various workflow systems, all of them seem very abstracted, most of them are visual to some degree. Having worked with similar graphical kinds of things in the past, the idea of doing that again gives me heart palpitations. Graphical stuff tends to end up making hard tasks impossible, and the revision control begins to l...

how to setup this git workflow?

I want to be able to setup the following git workflow but it confusing as to which are the correct commands to use - rebase, remote, etc? Clone an open source project where I only have read only access to their git repo Make changes to the project and save those changes to my private github repo - lets call that 'development' Once dev ...

Can SharePoint be used to maintain employee forms?

We'd like to create something within SharePoint that would allow to ensure a set of forms is completed for each employee (i.e., Tax forms, non-compete, etc.). HR staff would have access to a page listing employees and upon selecting a specific employee, they would be shown a list of these completed forms which could be opened to view th...