cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

Listening for Project State Events

ptc-5248447
1-Newbie

Listening for Project State Events

Anyone know how to listen for state events on a project?


For example: If someone "Starts" the project then I would like to listen for that event and run some code.


I thought that maybe I can use ProjectEventType or even ProjectAuditEvent. But that doesn't seem to work.

2 REPLIES 2

hi,

set
wt.services.verbose=true
wt.services.verboseEvents=true
and check the ms log file. shows all events being emitted.

hth, martin

Martin, thanks for that information!


I was able to gather that we need to listen for an event key of 'ContainerTeamServiceEvent/STATE_CHANGE' after setting the wt property verboseEvents=true.


The Project2 class has a getCtmState() which provides the state information of a project which essentialy returns a ContainerTeamManagedState.

Announcements

Top Tags