473,382 Members | 1,750 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Workflow Foundation TrackingDataItemValue collection property

M


I want to filter tracking information from a SqlWorkflowTrackingQuery
using a TrackingDataItemValue.

The SDK explains to me that the TrackingDataItemValue needs the
following fields to be set: ActivityName, MemberName, Value.

The SDK explains also to me that it is possible to assign a Collection
property member to the MemberName Property. But what the SDK not
explains is how to do this. I mean, What notation is required to get
this work?

Can anyone provide me the correct notation for this?

For example here some code to visualize what I need to do:

---------------------------- START EXAMPLE
-------------------------------------

List<SqlTrackingWorkflowInstancequeriedWorkflows = new
List<SqlTrackingWorkflowInstance>();
SqlTrackingQuery query = new SqlTrackingQuery("MyConnectionString");
SqlTrackingQueryOptions options = new SqlTrackingQueryOptions();

options.StatusMinDateTime = DateTime.MinValue;
options.TrackingDataItems.Add(
new TrackingDataItemValue("MyActivityName",
"MyCollectionPropertyName[MemberName??]", "MyValue"));

queriedWorkflows = query.GetWorkflows(options);
---------------------------- END EXAMPLE
-------------------------------------

Sow what is the correct notation of
"MyCollectionPropertyName[MemberName??]" ??
Best regards,

Mario

May 29 '07 #1
0 996

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: ABC | last post by:
My client request a workflow solution. They want the solution provide as: 1. Has a workflow diagram interface presents their roles, work and tasks. 2. Support .NET technologies for developers to...
1
by: foxlakeawp | last post by:
I have been reading about the Workflow foundation that seems to be part of WinFX. I would like to try it out, but I am afraid that I will like it too much. You may say, what is the problem with...
6
by: Jon Davis | last post by:
Is it possible to have a custom dialog for setting the properties of a custom WF activity? For example, in the designer, if you drag-and-drop a custom control onto the flow chart, I would like to...
0
by: Claudia Fong | last post by:
Hi, I'm quite new in C# programming and windows workflow foundation I have a problem regarding a Local Communication Service question and is like this: I have an interface in my workflow:
0
by: RoninZA | last post by:
Hi all, My problem is this... I need to somehow communicate the completion of a workflow back to the calling application. The scenario is as follows: I have a "generic" workflow engine,...
2
by: Jon Pope | last post by:
Is there a newsgroup for people working with windows workflow foundation? I've looked around MS's news server and don't see anything for either "workflow" or "work", etc. Cheers, Jon
6
by: ludwig_stuyck | last post by:
Hi, one of our customers has Oracle and does not want to use Sql Server. Now we need a workflow tool in a .NET environment that works with Oracle. Workflow Foundation comes out of the box...
2
by: =?Utf-8?B?QXJtaW4gR2FsbGlrZXI=?= | last post by:
Hi I've got an unexpected error in a unit test. I want to test a activity from Windows Workflow Foundation (WF). First, I executed the test outside of the activity just in the test-init...
1
by: Sanjay Poria | last post by:
Hi, I have been doing some investigation of Windows Workflow Foundation. All the examples that I have seen so far use either sequential or state machine workflows. Can anyone provide me...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.