Showing Below error when trying to use the Flag in the process

hi,

 

I have created and raised  the Flag (eg: Flag_PA) with 2 parameters (integer and text) in Process A.

Used the same flag to initiate the process B.

 

I created the Flag Action and when i am trying to map the flag action to the Flag_PA, it is giving following exception

 

Error: The Type name 'FlagDataDeclarations' does not exist in the type 'Metastorm.Runtime.Models.DemandTrackerLibrary.DemandTracker'

 

To resolve this issue, i have created the flag in the library and tried to use it. But when i deployed and checked it is not raising any flag.

 

After creating the flag in library , i again tried to create flag in the project (out side library). Still the same issue.

 

Can any one suggest me how to resolve this issue and use the flags.

 

FYI : I have created library for the project and imported that in to the project. I am pretty sure how the flag works, because i have implemented this in other sample projects.

 

 

Thanks and Regards

Sundeep

 

Tagged:

Comments

  • How are you determining whether or not the flag is raised?

     

    It is unusually for a flag to fail to raise without an error of some sort.

     

    Now if we are talking about the target flagged action not happening then that is another subject...

     

    A good debugging mechanism is to disable the Event manager in the registry and then trigger the flag and see what end up in eRaisedFlag table and compare that to what is in the eWait table (of the flagged action waiting to happen)...