hi, I have a node, in the node, I get the user information and latter I will have two if condition that should be run in parallel. the first one check if the user need resume and the second one is if the user need the cover letter. and at the end, when I have find the status if these two items I need to run one node ( i mean go to next step ). how can I do this?
more info:
if the first condition is true, we will create a custom cover letter and if no, we do nothing.
if the second condition is true, we will create custom resume, otherwise do nothing,
now the next node should start when ( (a resume has been created OR we did not do anything ) AND (a cover letter has been created OR we did not do anything ) )