workflow

Get input from user with ActivityBuilder in WF 4

Hi, I am trying to write a simple activity that received from the user its name and printing "hello + username" message. the problem is that i cannot access to the username input via code. the function is: static ActivityBuilder CreateTask1() { Dictionary<string, object> properties = new Dictionary<string, object>(); ...

Versioning SharePoint binary Workflow ASPX task forms

Hello. As noted by some developers, workflow versioning is somekind of headache in SharePoint. I`m wondering is there a way I can version my aspx forms? For sure, i can version code behind assemblies, but if markup changes for any of my files in LAYOUTS folder? Is there versioning available for files or do i have to choose new filename...

create workflow in this activities

I want to create workflow that has steps/sequence like : Create the sharepoint site in the MOSS2007 Create the 3 User Groups • Content Providers • Content Approvers • Content Publishers Create 4 Document Libraries Namely as 1. Current 2. Pending Approval 3. Approved 4. Published Now Add the world document to the Current ...

create sharepoint workflow project in VS 2008

How to write the code for copying the word document from one document library to another document library in Sharepoint sequential workflow project using language C#. How to do this ? ...

Setting field value to url of newly created Document in workflows

Trying to set column in a list to the url pointing to the newly created document (via "Create Item" Action). What should be the column type - string or Hyperlink? Also which column from the Document Library would contain the right url? ...

Using git branches for variations of a project

I'm using git's branching feature to manage 5 variations of a small website. There are 5 versions that will all be live in different subdirectories on production. My approach to checking out the various branches to their respective folders was to: mkdir foo && cd foo git init git remote add origin git@...:project.git git fetch origin ...

Is it possible to cancel a workflow activity in the MethodInvoking event handler?

I have a SharePoint workflow with a SendEmail activity. I use the MethodInvoking event handler to set the To property. However, sometimes the workflow should not try to send an e-mail, because there is no e-mail address. I can detect such a condition in the MethodInvoking event handler. Is it possible to skip the SendEmail activity and ...

Workflow State not changing in asp.net

hi i m trying to change the state for workflow from one state to another on button click its working fine with windows but not with web application and its instance id does not persist i have used SqlWorkflowPersistenceService also. what can b the solution for this. thanks ...

Any reccomendations for implementing a user-defined workflow in Ruby?

I'm interested in creating a system where the user can define the steps in a workflow. Is there a gem that already handles this? I thought about one of the state machine gems, but they all seem to be for pre-defined states. I've been thinking maybe i can use state machine for the individual step types... An email step could have a few st...

Add folder outside the git repo (Workflow)

Hi All, I am trying to figure out a git workflow. At the moment we have a httpdocs directory with the old legacy live site, which we don't want to be part of a git repo. I have been building a newer mobile platform that runs sperate to the main site. The source code is within parent/src and parent/httpdocs/md. My permissions don't allow...

Any advices for AS3 Open Source tools?

Hello All, I am looking for open source tools to do Actionscript3 web development. (Web Sites) I know about the existence of tools such as Eclipse+plugins and Flash Develop for the coding but I am most concerned about the graphics part. Is there any tool out there to create SWFs with all the graphics for animate with AS3 later? And bes...

What is your workflow to coordinate Pivotal Tracker with Mercurial?

I want to use Pivotal Tracker for a new project but I don't know how to use it with Mercurial to make it easy to go from one tool to the other. What workflow do you use to link user stories/feature in Pivotal Tracker with your DVCS (Mercurial/Git)? Thanks in advance for your advices. ...

Mirroring a project from bitbucket to github

Is there an efficient workflow to mirror a project that is mainly hosted on bitbucket, to github? ...

moss 2007 workflows

Hi, I'm new to MOSS 2007. I need to create a workflow that looks at a document's review date (a select list predefined to values of 3 , 6 or 12 months) then send an email if the review date has passed. So the workflow needs to get the documents review date then convert this to date time add to the created date if greater than current d...

drupal rules module - add fields to email

I am looking for the syntax to add node fields to the body of an email. Examples I looked at indicate the the format is: [content_type:content_type_title] However my email arrives with just the string : [content_type:content_type_title] Even better would be a PHP snippet that loads the node and dumps filed title and filed value int...

Rolling back or re-creating the master branch in git?

I have a git repo which has a few branches - there's the master branch, which is our stable working version, and then there is a development/staging branch which we're doing new work in. Unfortunately it would appear that without thinking I was a bit overzealous with rebasing and have pulled all of the staging code into Master over a pe...

SharePoint - set reply-to in a workflow

Hello, I have my SharePoint server set to send e-mails from a dedicated e-mail box. However, I have a workflow that sends an e-mail out to a particular group, and I want replies from that group to go instead to a different e-mail box. I know that BCC is a hidden field in a workflow that can be changed; I don't see anything for reply-to...

Vim: change formatting of variables in a script

I am using vim to edit a shell script (did not use the right coding standard). I need to change all of my variables from camel-hum-notation startTime to caps-and-underscore-notation START_TIME. I do not want to change the way method names are represented. I was thinking one way to do this would be to write a function and map it to...

how to get recently uploaded document in document library in C#

Hi, I want to get the recently/ currently uploaded/uploading document from document library of sharepoint site in C#? how can i get it . please help . i want to make checked out the recently uploading document in my work flow with sharepoint. how to achieve this? ...

Workflow for turning Confluence wiki content into hardcopy/web user manual?

Hello, The company I work for has started using Confluence for documenting software development and the associated processes. We are looking into using content created on the wiki to create a user manual, as both a PDF for hardcopy and HTML for a web based manual. I was wondering if anybody had any suggestions for this specific workflow...