There are a few examples like
## Start a Child Workflow Execution {/* #child-workflows */}
**How to start a Child Workflow Execution using the Temporal Python SDK.**
A [Child Workflow Execution](/child-workflows) is a Workflow Execution that is scheduled from within another Workflow using a Child Workflow API.
## Develop a basic Activity {/* #develop-activities */}
**How to develop a basic Activity using the Temporal Python SDK.**
One of the primary things that Workflows do is orchestrate the execution of Activities. An Activity is a normal function
Where that 2nd line is just a rephrasing of the heading above it. I suspect someone was trying to feed SEO, but it is odd and should be fixed 😄
There are a few examples like
Where that 2nd line is just a rephrasing of the heading above it. I suspect someone was trying to feed SEO, but it is odd and should be fixed 😄