i have xml look like below . can anyone recommend any xml designer, so that i can virtualized the xml easily ? i tried eclipse , but not so friendly enough. any other free tool ?
<?xml version="1.0" encoding="UTF-8"?>
<metadata><fields><field-order/></fields><roles><role name="DEFAULT3_MOD"><state status="0"/><state
status="1"/><st...
Hello
I created a workflow for my custom entity which will notify me 2 weeks before the expiration date of my product.
I realised that not only the wait condition but even the "Send Email" not working.
When I am going to System Jobs show their status as "Waiting".
Any ideas guys?
...
I have a MOSS workflow that uses InfoPath forms.
After submitting the form, MOSS saves the information and redirects the user to a list of items.
Is there a way to control where the user is redirected after the InfoPath form is saved?
I'd like to redirect him to another page of my MOSS site.
...
I have been playing around with git on my local machine and everything makes sense until it comes to a remote and multiple developers I start getting confused.
My goal is to have a "semi public" dev site/s that a group of 4 people can work on and push changes to the live site as they are ready. We need the dev site/s to be on the public...
I have a workflow defined in Sharepoint which collects user data. The workflow generates a form with a simple user input text box and three buttons: Cancel, Complete Task, Save draft. How can i complete this task using the workflow webservice? I can change the text box's content, the percent complete, the status etc. via the workflowserv...
Is there any difference on workflow features / functions in MOSS 2007 between SPS and STS Site Definitions?
Example:
If I use SPS -> do i have same workflow functionality as STS site definition.
Maybe this is silly question but couldn`t find suitable answer...
...
I know that we can reverse engineers sites definitions and other sharepoint moss entities but can we take a workflow that has been created via the UI and reverse engineer it to a vs.net based workflow?
...
I'm designing an application for a type of case management system that has a big requirement for customizable, flexible business rules. I'm planning on using the WF Rules Engine without workflow (see: here, among other examples and such).
One of the points my client brought up (justifiably so!) is whether there are extant examples of u...
Is WF used at user interface or business layer? If at UI layer, then does someone coding in business layer even need to use or learn it?
...
I am looking to start writing a sophisticated application in JavaScript to run on the web. I've written little bits of throwaway code in JavaScript before, using the DOM directly and a little bit of jQuery. But this is the first time I'm looking to write a full-fledged application to run in the browser.
So, I'm wondering what toolchains...
I'm developing an application that I suspect is suitable for using workflow. (It's easy to visualise the physical workflow and tasks between different users.)
My question is what are the advantages to using this method, do you recommend that I go down this route. Is there a better approach.
I've heard mention of a hit in performance? I...
I built 3 variations of a game for different platforms (i.e. Facebook, mobile etc.) in Flash CS4.
I now have the following structure (5 folders):
Facebook
Mobile
Website
Shared_classes
Shared_assets
In each of the top three folders there is a .fla file.
Every .fla uses assets and classes from the "shared folders" but also platform-uni...
Here's are examples of git workflows:
http://wiki.github.com/bard/sameplace/typical-git-workflow
http://www.nabble.com/Git-workflow-overview-td16340337.html
http://osteele.com/archives/2008/05/my-git-workflow
Let's say you wanted to take advantage of bug tracker integration with your version control system. Where/how would that f...
This is a question about the development workflow of front end engineers. I am starting a project for a rather large site with lots of pages, each page has multiple steps, and it's very difficult to lay out all the content in a spreadsheet.
The content of each page will be delivered in a spreadsheet cell, and some pages have multiple v...
Let's say you are building a Python-based web app that requires some workflow management such as that in jBPM or Windows Workflow Foundation. Is there a library that offers this in the Python world?
...
Is it possible to control this nasty behavior?
I'm trying to execute() some stateful activity I wrote (activity that increment an index on each execution) inside a loop (While) activity.
WF engine is cloning my activity on each iteration. Since the clone is made from a template activity and not from the latest cloned one, the index prope...
I have a custom SharePoint workflow attached to a custom ItemAdded event receiver that was working fine up until the last type I promoted it using WSPBuilder.
My code is very close to this example: http://www.codeproject.com/KB/sharepoint/MOSS%5FFolderContentTypeWF.aspx
I used WSPBuilder in the past but not for this project and it se...
I'm using WF 3.5 and looking for a way to develop an activity preserving its state among different iterations of the standard WF "while" activity. The problem is that normally the Execute() method of an activity should return the "Closed" execution status. Once it did that - it cannot get back to the "Executing" state and in the next ite...
I have an infopath form that I use as part of a MOSS workflow.
The form has multiple views, and a Save button on each one. What I want to do as part of the Save button's rules, is submit the information and switch to the next view.
I added two rules to the button, one to submit data and another to switch view, but when I re-enter the f...
I am wondering, very generally, about the feasibility of a WF solution in an application, where the business owners want extensive reporting capabilities on application state and data.
The main issue that I see is that WF tends to hide data, such as a recipient list, that is serialized inside the workflow instances, so it can't be repor...