Skip to content

Commit

Permalink
Merge pull request #749 from orkes-io/liv-update
Browse files Browse the repository at this point in the history
doc fix
  • Loading branch information
liivw authored Aug 22, 2024
2 parents 5296543 + 0139557 commit 0d440ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference-docs/operators/dynamic-fork.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The dynamic fork executes the task specified by `forkTaskName` for each element
| Parameter | Description | Required/ Optional |
| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- |
| inputParamters. **forkTaskName** | The name of the task that will be executed in each fork. It can be [passed as a variable](https://orkes.io/content/developer-guides/passing-inputs-to-task-in-conductor). | Required. |
| inputParameters. **dynamicTasksInput** | An array of JSON inputs for each forked branch. The number of array elements determines the number of branches in the dynamic fork. It can be [passed as a variable](https://orkes.io/content/developer-guides/passing-inputs-to-task-in-conductor). | Required. |
| inputParameters. **forkTaskInputs** | An array of JSON inputs for each forked branch. The number of array elements determines the number of branches in the dynamic fork. It can be [passed as a variable](https://orkes.io/content/developer-guides/passing-inputs-to-task-in-conductor). | Required. |


### Configuration for running the same task — Sub Workflow task
Expand Down
2 changes: 1 addition & 1 deletion docs/sdks/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Create [greetings_workflow.py](https://github.com/conductor-sdk/conductor-python
```python
from conductor.client.workflow.conductor_workflow import ConductorWorkflow
from conductor.client.workflow.executor.workflow_executor import WorkflowExecutor
from greetings import greet
from greetings_worker import greet

def greetings_workflow(workflow_executor: WorkflowExecutor) -> ConductorWorkflow:
name = 'greetings'
Expand Down

0 comments on commit 0d440ef

Please sign in to comment.