workflow

Git how to create remote branch

I created a local branch which I want to 'push' upstream. There is a similar question here on Stackoverflow on how to track a newly created remote branch. However, my workflow is slightly different. FIRST I want to create a local branch. And I will only push it upstream when I'm satisfied and want to share my branch. How would I do th...

From screen design to final product: How is your workflow?

We are currently starting a bigger project. What're your suggestions for best practices of workflow? We are planning to rebuild from scratch (the existing product is outdated by years, regarding visual and internal design and programming). While the product functions (a Rails based web project) are already set, the question is: What is ...

Flex Module Development Workflow

Hey, I have just started looking into using Modules in Flex and would like to know how you all go about developing them. I understand how to use them (load, unload, application domains, shared classes, etc.), but I'm wondering what a good workflow is in creating them and using them in multiple applications. If I were building reusable...

Custom Workflow + Custom Action + ASPX For Activating The Workflow

I need to add a custom action to the ECB of all the lists in the site. This Action calls an ASPX page that contains a people picker. After the user selects the people they want, they can click a button that invokes a workflow. This sends an email notifying the selected users of item creation. What I want to know is guidelines, best pra...

Infopath SharePoint Document Libraries

I need to display a list of document libraries a user has permission to on an infopath form for a workflow. I can build my list of libraries just fine but I can not for the life of me figure out how to populate (in anyway) the infopath form with the list of libraries and allow the user to somehow say "yes" or "no" to each (checkbox is id...

Managing a massive design project

How do you manage a massive (60+ pages) design (HTML/CSS) Project? Like what is your workflow? How do you set milestones? ...

How to link to a folder in document library from sharepoint list item?

Hi, Background: I have an items on the sharepoint list. I also have a corresponding folder in a document library that contains documents about this item. I want to be able to get to this folder straight from the item properties. I have tried to create a lookup column containing folder ID, but that doesn't help cause folder is not a typ...

MySQL shell/client: Read-only access, or "safe history" option?

Yesterday I was working on a shell script to perform some moderately complex table insertions to a MySQL database. Naturally I was keeping a mysql client shell window open to for running describe commands, sample queries, and to remove my test rows between test cycles. Yes this was on a live, production database. At the point where I ...

Re-hydrated workflow throws Profile cannot be null exception.

...

Workflows C#, how to break out of execution

At the moment I am using fault handlers to break out of execution e.g: State1: HandleExternalEvent -> MyCode (possibly throw exception) -> Change state2 ->Fault handler ->no code (i.e stays in state1) However I am suffering from a performace hit, is there away to perform the same action without using exceptions/fault handle, like ...

How to set bindings for generic properties of custom activity in workflow foundation

I have a custom class called "Parameter" and a custom activity with generic collection property called "Parameters", and I want to set bindings for one of Parameters in the generic list of Parameters Property,I've tried with activitybind, but it is not working, is there any way to do it with workflow foundation? please see codes below: ...

Development and Production Workflow

I've seen pieces of this problem solved around the net, yet I'm still confused, so I thought I'd ask the smart folks at Stack Overflow about this. We're a small startup and at the moment our workflow from development -> production involves ftp-ing in and just uploading the dev code. The dev code IS under subversion control - although ...

Developing functionality or visual aspects of an interface - which to develop first?

I am currently refining my design process for developing websites, scripts, and web-based applications. My background is heavily weighted towards developing websites with minor javascript/php/flash websites and will likely remain my sole focus. I typically work alone so I try to keep focused on developing one step at a time. At the mo...

Java – Create a workflow in Quartz

I am considering using the Quartz framework to schedule the run of several hundred jobs. According to their API, jobs can be scheduled to run at certain moments in time but not to run one after the other (and stop a chain of jobs if one fails). The only recommended methods I was able to find are: Using a listener which notices the com...

Modifying a sharepoint workflow while it's running

I've been asked to add a step to a workflow I've written but there are already many documents currently inside this workflow that I would like to switch over to the new workflow. Can this be done easily? I've looked on google and places like this: http://stackoverflow.com/questions/357032/how-to-upgrade-a-long-running-sharepoint-workfl...

Flash and Flex workflow using a SWC

Ill try to explain the best i can :) I want to use the strengths of both Flex and Flash in an upcoming project. Doing the graphical related stuff in Flash and all the coding in Flex. What i want to do is create a layout in flash making classes as you would normally by creating symbols and exporting them for actionscript etc. Then i wan...

location of com.opensymphony.workflow.loader.SpringWorkflowFactory?

may i know which jar has this class file? i already tried serach osworkflow.jar .cannot find it ...

Triggering workflow automatically by a particular date

Hi, I am new to Sharepoint. I have a list where the date is given in a column and on that particular date the workflow must automatically trigger. I went to sharepoint designer but couldn't set the value to date. How do I trigger a workflow automatically by a particular date?? Please help. I would really appreciate your help. Than...

In Sharepoint, I want to trigger a workflow automatically every month which shows only the lists which has that particular months date

Hi, I am new to sharepoint... I have a question: I have a list with many documents in it. I have a date column in that list. For each month I would like to view only that particular month's list (i.e) select the list which has that month in the date field. I would like the list to get updated each month automatically according to the d...

Subversion client with multiple check-ins at once?

I use and love Subversion and TortoiseSVN. However, there is one feature I sorely miss: I work on a big project whose source files are on an external server. Each time I click "SVN Commit..." from Windows Explorer, TortoiseSVN will search the whole tree for changes, which takes a lot of time. However, many of the changes I am about to c...