|
Let's say I have a Workflow with 2 dependency Property : Prop1, Prop2.
I'd like to create a custom activity that when I drag into the workflow, It will show Prop1 and Prop2 in the property grid in the designer.
Is this possible ?
Like the invokeWorkflow...
Started by pdiddy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I can't see a reason why the workflow engine itself can't handle this..
This appears to be a limitation of the workflow designer in visual studio.
To point to your dynamic properties.
|
|
We are in the process of implementing the sharepoint application, we would like to know the the pros and cons of SharePoint workflow versus Windows workflow.
Answer Snippets (Read the full thread at stackoverflow):
Now it should be noted, that the Workflow....
The current Windows Workflow Engine was created for SharePoint.
Windows Workflow underlies the first twoThey are the same thing.
Custom code your workflows in WF.
Can be a real pain.
|
|
The workflow is being published as a wcf service, and I need to guarantee that workflows execute sequentially. Is there a way--in code or in the config--to guarantee the runtime doesn't launch two workflows concurrently?
Started by Brian on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Hence the workflow that an instance of this workflow is ....
If found, cancel though that its the responsibility of the work flow itself to control flow .
You probably will need to check at workflow start for another running instance.
|
Ask your Facebook Friends
|
I wrote a few custom workflow activities and from the browser i used several dynamic variables to populate input properties, for example like {dynVar1} / {dynVar2} / {dynVar3} , but after publish it is changed as {dynVar1}{dynVar1} . How can this be solved...
Started by Orkun Balkancı on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
There is a fix in Rollup2:
When you click Set Properties in a workflow on a custom workflow activity, static text is deleted..
As an input string.
|
|
I have created a custom entity in MS CRM 4.0 and am trying to update a couple of the attributes via a custom worflow in .Net. I have read through several of the forums and blog posts and am still confused on how to access the custom entity and update ...
Started by JC on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The workflow context webservice....
When using the CRM web service in a custom workflow, you'll need to use DynamicEntity objects mean is Custom Workflow Activity ? This involves writing your own .NET class to add functionality.
|
|
I'm trying to create a workflow on the Sharepoint Designer. The workflow should wait until an Out-Of-The-Box approval workflow is complete. This is done by starting my workflow with the item's creation, and usign the wait activity:
Wait for field change...
Started by Kobi on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
-Oisin
I ended up writing a custom workflow activity that waits until a change....
An approval workflow that is wired to cancel itself upon changes when it needs to update the item upon which it is running.
This is expected behaviour.
|
|
Hi I want to change the bugzilla workflow. So the user won't be able to close a bug unless this bug has been through some phases like(assigned, in progress etc). A user won't be able to close the bug unles this bug had been through some stages. So I want...
Started by ramesh V on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I think you would be better off identifying....
The workflow itself.
Have you tried changing the workflow from within bugzilla itself ?
If your primary concern status (because when it is marked as a duplicate, for instance, it becomes RESOLVED).
|
|
I need to learn how to build custom workflows in SharePoint. In addition to basic stuff like having legal sign-off on documents, I need to be able to execute arbitrary custom code at certain points. For example, after legal signs off it should export ...
Started by Jonathan Allen on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Also there is another type of work flow called State machine for which there is a class one article
Workflow as the....
And also it is possible to do any arbitrary code inside the workflow.
With the SharePoint Custom Workflows.
|
|
I am trying out Workflow 4.0 and hoping to write a custom activity to start an external executable, wait for that process to complete and then resume subsequent steps in the workflow.
I found the following example that shows (towards the bottom of the...
Started by dbush on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Here is an example of a custom.
Suggest writing an AyncCodeActivity and avoid bookmarks altogether.
|
|
Here's the scenario
I created a Site which in I used custom lists, webparts, custom developed webparts, workflows et cetera. You can see the site as an application.
What I am trying to do is to create a solution package which holds everything I build ...
Started by Erik404 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
To release a custom site definition..
|