Hi
I have a State machine workflow. State Machine workflow requires EventDriven activity ,
This state needs to wait for set of two event, that is Either event (A1 or A2) And event (B1 or B2). In total there are four event handlers
In any combination, but my state should wait for at least two to be raised. I thought of using Parallel...
WSS 3.0 and MOSS 2007 with December cummulative updates installed.
How to reassign an approver to a workflow when the user currently assigned
is out of the office and unable to respond?
Is this possible with SharePoint out of the box (no custom code required)?
...
I am new to MOSS development and while I'm learning it I have a problem waiting to be solved.
We are using the standard approval workflow in one of our test sites just to get the feel of the approval workflow. We have the standard approval workflow in place and working but what has become more desirable is to have the document set to re...
Looking at the search results for "workflow" seems like a wasteland - the first page or so is full of 0 votes, 0 answers, and very low views.
Is that because nobody bothers with it? Too complicated? Not useful?
I'm looking for any resources for how to model a process and store the information in a database, tracking each step as it h...
Hi all,
I'm trying to make a really simple sequential workflow on sharepoint. The target of this worflow is doing a repetitive task creation over an item added. My problem is that the number of task tobe generated are stored in a sharepoint list so, before the replicator activity runs I have to check this list and get the number of task...
Is it possible and if so how; to have an outlook email where I can approve/reject a sharepoint workflow from within the email instead of navigating to sharepoint?
Or is it possible to use an infopath form inside outlook to make approvals/rejections instead of going to the sharepoint site?
Thanks You.
...
I'm working on revising some existing SPD WF's and strugling with some of the concepts including why 2 appearingly alike WF's doesn't produce the same output.
Are there anyone of you that has worked with SharePoint Designer / Workflows and knows any good resources (more detailed than the MSDN introductions) or tips on the matter. E.g. o...
1.i have state machine workflow with some data and then persisted the workflow instance
2. Now those values (in database other than wf persistance db (if i am using sql server for wf persistance)) are changed and
3.i want the workflow to do stuff or persist according to the changed values.
i need to reload the persisted workflow a...
Hi
I have state machine workflow using in web applicaton.
I persisted my workflow in sql server. When i invoke second time in my workflow using instanceid it's invoked. but after the process it will delete my instance from InstanceState table. even i am not assign setstate = completed state.
Regards
Dhanraj.S
...
This might seem like a silly thing to say, the final branch in a parallel activity so I'll clarify. It's a parallel activity with three branches each containing a simple create task, on task changed and complete task. The branch containing the task that is last to complete seems to break. So every task works in it's own right, but the la...
Any recommendation on which Java open source helpdesk system i should use ?
i need these criteria
- come with dynamic approval level support for certain request (workflow)
...
Hi
I have a workflow application which throws error when i try to invoke a event using ExternalDataExchangeService.
Workflow with id "866568ab-ca1b-4404-a2f1-2c8704539ef4" not found in state persistence store.
Event "QAEngOrTLReject" on interface type "RecipeChangeService.IRecipeChangeService" for instance id "866568ab-ca1b-4404-a2f...
I am new to SharePoint but I learn quick.
I want to trigger a workflow only when a value is updated in a list item, but not everytime the item is changed. For example I have a column for approve/not approve and I want that to be the trigger not the other values in the item. So if anything else is changed the workflow will not start unle...
I've found that test first development can be painful if the workflow is slow. It can take a long time to write a test, compile, run the tests, write code, compile, then run the tests again. Part of the problem is that the delays to compile and run tests to some extent interrupts my flow. When my brain has an idea, I want to be able t...
Hi
I've been using git on windows in a semi-manual mode. I have several repositories for various versions. Each version has a different set of binaries so if I change versions I need to unregister the old binaries and and register the new. Previously I have simply been creating a new git repo for each version, then reg'ing/unreg'ing the...
Hello,
I've created a custom workflow using Visual Studio 08 that uses a custom content type and .aspx task edit form. The tasks are successfully created and assigned to the users. However, only users that are members of the Site Owners group are able to 'Edit' the task items. All others (even though they have contribute and approve perm...
I want to develop a workflow for a SharePoint Publishing Page Library.
When someone approves the page, I want to trigger this workflow and record the approver name, URLl and page status to a custom database.
How can I get approver name and page status? Could you please advise me?
This is my current testing code:
public SPWorkflowActi...
I'm just starting out looking at SharePoint workflows - all the information I've seen so far assumes a document-centric workflow. Can you do generic workflows (something like BPM or BPEL)?
...
is there any free java ticketing system like jtrac with workflow feature? jira is not free thou.
...
I am currently in the process of writing a custom ActivityCondition to make it easy for an end user to setup a Condition on an IfElse Activity. When the user sets up the condition for one of the branches, they are presented with a Form to select a field and the value they want to match against. When the form is closed the Condition is au...