Why Isn't the Run Workflow Trigger from the Parent Workflow Showing Up in the Child Workflow's Event History?

This topic was automatically generated from Slack. You can find the original thread here.

I am trying to use a Run Workflow trigger in to run workflow. When I test the Run Workflow step in , it doesn’t generate an event that I can see in the event history of workflow. I understand that I’ll be able to use steps.trigger.event to iterate over an array of integers, so I can simulate that in the Child workflow by setting up an array in my Config step, but shouldn’t the trigger from be available in the event history of ?

Hi , could you share the screenshot of your workflow configuration if possible?

Ah yeah, that’s a known gap currently

It won’t show in the event history when triggered from the builder, but only when it’s deployed

Ouch. Makes it tough to test.

The source system’s extremely low rate limit is even more of a problem, though :disappointed:

Which rate limit are you talking about?

Sorry. The rate limit is in the REST API I’m calling. It’s per DAY, so if I run out, I have to wait possibly many hours before I can continue testing.

Oh wow, yeah that’s a pain