|
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.
|
|
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.
|
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'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.
|
|
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.
|
|
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).
|
|
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..
|
|
Hi,
After my first question , id like to have a confirmation about the best git workflow in my case.
I have a single django project, hosted at github, and differents clones with each his own branch : customerA, customerB, demo... (think websites)
Branches...
Started by jujule on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I would have a single project repo at....
Then, when you have code you need to be available to those client repos, you pull from the project-master to that repo .
I would have a repo called project-master or something like that and a repo for each client .
|
|
Trying to find some examples on the intertubes. I am thinking of state or strategy pattern but if anyone has any war stories, examples or resources that they could point me to it would be appreciated.
I don't/can't use windows workflow.
My example is ...
Started by john on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
See http://www.javaworld.com/javaworld/jw-10-2001/jw-1019-dispatcher.html
You might also consider evaluating alternate, existing open....
I suggest you should focus on building a framework for your workflow the workflow.
C# design pattern?).
|