How to create a nested workflow

I am new in temporal and trying to call workflow A from inside of workflow B

Also is it possible to define more than one Activity file(set) for a single workflow?

Hello @ASH and welcome

I am new in temporal and trying to call workflow A from inside of workflow B

Usually, the best approach is to create a child workflow, but you can also spawn external workflows

Also is it possible to define more than one Activity file(set) for a single workflow?
I don’t really understand what you mean with activity file, sorry.
You can have as many different activity types as you need in your workflow.

We have examples for each SDK that will help you starting with temporal, Which SDK are you using?

Another good starting point is the Temporal learning courses Courses | Learn Temporal and this page Build durable applications with Temporal | Temporal Documentation

Antonio

thanks for the docs, I am using Typescript

@ASH

take a look at this repo and let us know if you have questions

Antonio

1 Like