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