hi,
I’ve created a projection with the source:
fromAll().whenAny(function(s,e) {
if(e.EventType === ‘Tcsa.EventFlow.Contracts.GlobalUserTaskMsg+Activated’)
linkTo(‘activeTasks’, e);
return s;
});
if i go to the streams projection i can see four new entries:
- http://localhost:2113/streams/$projections-[projectionName]
- http://localhost:2113/streams/$projections-[projectionName]-state
- http://localhost:2113/streams/$category-$projections-[projectionName]
-
http://localhost:2113/streams/$ce-$projections-[projectionName]
Each of the above items has at leasts two events one for created and one for updated (some has to created events), but that’s it, where i can see the ‘activeTasks’ stream and the linked events? i,ve checked with the c# clientAPI if there are any events with eventType == “Tcsa.EventFlow.Contracts.GlobalUserTaskMsg+Activated” and there are seven.