4
votes
2answers
50 views
How to manage backups and monitor Git with a central repository?
I'm on a team using Git right now, and we have a pretty good workflow. We have a central repository with two branches, dev and master. We create local branches to work on individua …
0
votes
5answers
29 views
Diagrams for Data Flow?
I'm a database programmer, but I have never used data flow/diagram program. I would like to explain some Data Diagram to a client.
Question - what is a program that will allow me …
1
vote
1answer
13 views
Cannot drag activities from WPF ListBox into WorkflowView
Hello,
I'm trying to host the Workflow Designer in a WPF application. The WorkflowView control is hosted under a WindowsFormsHost control. I've managed to load workflows onto the …
1
vote
2answers
14 views
[SharePoint] - Document archive warnings
Hi all
Is there an out of the box solution to check the validity of documents? Let's say when a document has been in a document library for 1 year, the author should get a warning …
3
votes
1answer
61 views
ActionScript 3 Workflow using SWCs with linked external classes
I'm working on a very graphic-heavy application which uses content from a bunch of different FLAs. I'm a coder, though, so I want to do all my coding in Flash Builder, however I wa …
1
vote
1answer
14 views
Xoml only Workflow parameters
Is is possible to pass parameters to an XOML only workflow?
I'm creating the workflow using XmlReader.
Now is it possible to have parameters on an xoml only workflow?
2
votes
2answers
96 views
GIT: What is the best workflow to this situation?
I'm having problems with this situation:
I have a base repository that contains a 'docs', 'layout', 'pub' and 'sql' folder, there is just a blank 'index.html' in the 'docs' and 'l …
0
votes
2answers
18 views
Sequential Workflow Library on SharePoint
It's possible to host a Sequential Workflow Library dll (NOT SHAREPOINT Sequential Workflow Library) on sharepoint?
How can i do that?
Thanks
0
votes
2answers
51 views
Modeling Workflow in C# Application
I am planning on making a change to the data layer of my application and would like to determine every method which depends on the method I am changing. Is there an easier way to f …
2
votes
6answers
208 views
How can I get my C code to automatically print out its Git version hash?
Is there an easy way to write C code that can access its Git version hash?
I wrote software in C to collect scientific data in a laboratory setting. My code records the data it c …
1
vote
3answers
24 views
Microsoft Dynamics CRM 4.0 using 3.0 Callouts and Workflows
We are migrating to CRM 4.0 from 3.0. In this process, we have had our data migrated from our existing CRM 3.0 instance to a new CRM 4.0 instance.
This has been going all well and …
1
vote
1answer
23 views
Workflow no-code authoring
I want to use the no-code authoring in the workflow. So no code behind. Let's say I have 2 custom activities with dependency properties.
How can I bind a property from activity1 …
1
vote
2answers
20 views
Windows Workflow - Is there a way to guarantee only one workflow running?
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 d …
1
vote
1answer
15 views
Add multiple Property Metadata to a Dependency Property in a Workflow Activity
Hi,
I am building a number of Custom Activities in Windows Workflow and I need to add a DependencyProperty which can list a number of values for that property which the user can t …
0
votes
1answer
14 views
How to pass parameter from receiveActivity to another activity?
Is it possible to pass the parameters of a ReceiveActivity to an Activity in a no-code behind?
I don't want to create a property on the workflow.
I did click on Bind property of …
