hello! I think I found a bug here, I don’t know if it is intended but it happened to me several times that in the workflows i created the action of “execute component action” was restarted in the workflows I put in the multi page sections I solved it at the time by creating a general workflow to call it directly from there, but now also from there the action is restarting me.
are you meaning that the component and selected workflow of the component disappears? if so this is because the execute component action is for a specific instance of the component. So if you are trying to call the original instance on a different page the workflow cant find it.
If you are inside the component itself trying to run this workflow you can use the execute workflow action to solve this. If you are not you can set a parameter in your component that is set to a variable and have a workflow in the component that triggers on parameter change. then when you want to run the workflow change the variable that is mapped to that parameter.
Hope that kinda makes sense or atleast points you in the correct direction.