Can we trigger a process execution using excel input to run in parallel.
Ex: Process 1 — extracts data from application and inputs to excel,
if status in excel is yes trigger process A
if status in excel is no trigger process B
can we run these process A or B in parallel to process 1 based on user input.
Yes these i know but can we run two process in parallel?
Process 1 extract from different app and put it in excel, depending on these status column of excel we need to trigger another process 2, as discussed process 2 has (if condition) if yes one process 3 else another process 4?
think now you have clear understanding of my Question?