Make the process configurator associate task to the generated billing event
we use the process configurator to generate a specific event (A) that correlates to a specific equation , for now that generated event equals ( -1 * amount of other event (B) )
the issue is that event(b) is always associated with a task , but the new generated event(A) doesn't get the task
How to make event(B) retrieves the task from event(A) ?
0