Hi
When using the minimal site definition for moss from codeplex (http://www.codeplex.com/features), after adding the features required for workflow, workflow approval becomes available for the pages library.
When I submit a page for approval, the buttons for approve and reject do not appear on the page editing toolbar. I can go and vi...
I'm using HandleExternalEventActivity with Roles property and I need to check if my custom bool RoleProfile.IsDelegatee(string userName, string workflowName, string activityName, string eventName, string roleName) method finds a match. ("I'm on vacation; UserX should be able to approve 'task X' on my behalf, but not 'task Y'")
I tried ...
This is primarily a question about effective Git usage. I should first say I'm not an expert in Rails (at least in a production sense) and definitely a Git newbie, however, I have had some experience using SVN.
My problem is that I am trying to create a rails application but do not know the best way to keep development local on my comp...
I want to create a workflow on a Sharepoint list and it should send a notification email.
The problem is that I want this workflow based on expiry date(send an email 30 days before the expiry date) and I am not creating or updating any new list items.
I know workflow can only be created if any item are changed/created but I have seen...
We have a number of database driven apps we'd like to build out within SharePoint 2007 (the data will need to stay within SQL Server and not SharePoint). Can anyone recommend some robust visual tools that support doing this within SP 2007, but also allow for business rules such as "if the user is in this group then they can see this, if...
Here is the stack trace of exception I get when workflow is persisted .
System.Workflow.Runtime.Hosting.PersistenceException: Type 'System.Xml.XmlElement' in Assembly 'System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is not marked as serializable. ---> System.Runtime.Serialization.SerializationException: Ty...
Hello,
I have seen there is Workflow Foundation for .NET. Is there some kind of a tool for creating work flow with C++ on VS? Or there maybe there are similar tools which helps to architect application business processes? Thanks in advance ! :)
...
I've found bit of a problem when running a workflow on a document library. When you click new document it'll open up microsoft word in this example. You write some stuff into the document then save it to the library. The workflow associated to the library, in this case a home grown approval workflow with start to run now that the list it...
Hello,
Is it possible to start a workflow on a document in SharePoint 2007 that begins after a certain time or on a certain date?
Thank you.
...
I'm managing a git repo using the integrator work flow. In other words, I pull commits from my co-workers, and push them out to the blessed repo.
I'd like to keep the commit history linear for most cases, so is it OK to do a rebase instead of a merge when I integrate changes? Here is an example:
git fetch coworker
git checkout coworker...
Hi,
I need to change the name of a Sharepoint designer workflow.
There is a simple direct way I can edit it via SPD right clicking the workflow name. However often the simple, apparently straight forward things that cause unforeseen
issues.
Will this affect the functionality of the workflow or application?
Thanks!
...
I have a SharePoint Designer workflow like the following: (just an example)
If ActionId equals 1
Email InfopathForms:Customer Email
Sometime later, it changes itself to the following:
If field equals 1
Email InfopathForms:
Where the field ActionId is lost and the Customer Email is lost too. Also in the email body, all the Lookup field...
I'm in my early twenties and I work a lot. Is it unhealthy to program this much and often much more? I know this is subjective, but the question has been nagging me a lot lately.
EDIT:
To clarify, despite spending a massive amount of time at the keyboard, I have an otherwise relatively healthy lifestyle. Eat (mostly) right, exercise a...
A MOSS 2007 Approval WorkFlow has been created for a standard Document Library (containing Word files). When the email alert goes out to the perspective user, the user clicks on the link within the email to review the document. The document opens as read only. Is there a way to open the document in edit mode?
To be clear: Opening the do...
I need to add sharepoint approval to a list... and I was hoping to use the default approval process... but... I need to run some code once an item is approved. Do I have to then use VS to create a custom workflow?
I need to run some code that currently runs in an event reciever. I need to move the code to another function (as we are ...
This seems like an elementary question, but I can't find the answer anywhere:
I have several different types of long-running state machine workflows that I am working with across multiple host applications with a central database. I am using the SqlWorkflowPersistenceService to persist them. So say I have three workflow types WorkflowO...
Hello there!
Is it possible to integrate the .net workflow foundation editor (from VisualStudio) or a similar control into an other application?
Otherwise i have to program it by my self.
I have to realize an interactive diagram chart in which the user can put in new actions, parameter and something.
Thanks for your information!
...
I'm trying to give one our BA's the ability to make changes to a workflow that was created with Sharepoint designer. After some trial and error (i did not try all combinations) adding them to the Site Administrators group seemed to be the only thing that worked. In this case it's only going to be a temporary elevation of permissions. ...
I have a workflow running on a forms list. The workflow has an OnWorkflowItemChanged activity sitting within a While activity. I know that the workflow enters the While loop and checks the while condition that has the value 'true', but it does not enter into the OnWorkflowItemChanged activity to execute its code. Once it enters the while...
I've managed to introduce ReviewBoard to the coding workflow in my company, while "introduce" means having installed and presented it. We also have a general agreement that we need code reviews sorely, however, we are not quite sure how we'd like to do it.
Our main revision control is SVN, so we rather limited in branching and merging. ...