There is a mixin,
class AaTaskRelationMixin(object):
aa_task_comlete_function = None
that will be mixed to a flow. I want all flows in the end (when End node is activated) call a function in the attribute aa_task_complete_function
There is a mixin,
class AaTaskRelationMixin(object):
aa_task_comlete_function = None
that will be mixed to a flow. I want all flows in the end (when End node is activated) call a function in the attribute aa_task_complete_function
Copyright © 2021 Jogjafile Inc.
Found a simpler solution.