Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
patkivikram committed Oct 11, 2022
1 parent 3702c96 commit fd7a00c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Maintainers

- [Vikram Patki](https://github.com/patkivikram)
- [Aditya Vaderiyattil](https://github.com/appu1232)
- [Aditya Vaderiyattil](https://github.com/appu1232)
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,12 @@ runtime_parameters['customer_name']= `EXAMPLE_CUSTOMER`
runtime_parameters['order_number'] = 'EXAMPLE_ORDER'
template_instance = await template.create_instance(uuid1(), runtime_parameters)
```

To begin execution of the DAG instance created above

await workflow_engine.submit(template_instance)
```python
await workflow_engine.submit(template_instance)
```

This begins the actual execution of the tasks created by the template definition and executes them in the sequence as
defined in the template. The engine currently supports the following types of tasks:
Expand Down

0 comments on commit fd7a00c

Please sign in to comment.