Workflow stopping midway but showing no error

Hello guys, I am doing a workflow for tracking orders in a particular visit. What I have here is I have a user order module, where i am creating orders for users, then from the visit plan module - I am creating a visit, and in the case of potential lead and end users, tagging the order along with it. Here my desired functionality is to create a pending order list, and the visits and order detail modules also should have the reference.

I am facing two issues here:

  1. I am doing the whole flow in a single workflow,but the workflow stops after the iterator that is at step 97, the compose lookup function. I even played with it, and whatever steps i add after the iterator, it just stops and says the workflow is completed.
    The full workflow link: Hastebin
    2)I tried dividing the workflow after the step 101 to see if there was anything wrong with the syntax or dataflow, this time the workflow works. But with the same trigger being in two workflows and the record being updated ,it gives stale data, but when i manually ran the workflow worked.
    But the main issue is why the workflow is stopping at the step 146? Can you guys please help here?
1 Like

@jfortun @tjerman @Lenny can you please have a look at this issue. I am facing the same issue. Is it happening due to the large number of workflow steps. If so, how to solve this issue. It would be really great if you can have a look. Thank you!

Is there a number of maximum function calls such as record lookup, or create record for a specific workflow which can’t be exceeded? @jfortun @tjerman @Lenny

There is no limit in what you can have in a workflow

1 Like