workflow query
#4837
|
I used the relevant workflow python api in my project but I found that new workflow would only call my action during the first analysis When I reanalyzed the function ,I did not see the relevant log when the analysis was triggered It seems ninja found out for efficiency that no changes were made to the binary and workflow was not triggered |
Answered by
bpotchik
Jan 5, 2024
Replies: 1 comment 3 replies
|
I tried the above code snippet and everything works as it should. The Activity was invoked on reanalysis. Are there any other details or steps that are missing? Is there a chance the Activity is getting garbage collected? You could try saving the Activity as a local object. |
3 replies
Answer selected by
psifertex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment






I tried the above code snippet and everything works as it should. The Activity was invoked on reanalysis. Are there any other details or steps that are missing? Is there a chance the Activity is getting garbage collected? You could try saving the Activity as a local object.