Skip to content

Commit

Permalink
Update advanced.rst (#378)
Browse files Browse the repository at this point in the history
Nit
  • Loading branch information
fzzylogic authored Jan 27, 2024
1 parent 5b768ad commit 970cd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/bpmn/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ We'll add these functions to our scripting environment in `script_engine.py`
We're also adding :code:`datetime`, because we added the timestamp to the payload of our message when we
set up the Message Event (see :doc:`events`)

When we initialize the runner in `spiff-bpmn-runner.py`, we'll import and use `cusrom_script_engine` as our
When we initialize the runner in `spiff-bpmn-runner.py`, we'll import and use `custom_script_engine` as our
script engine.

We can use the custom functions in script tasks like any normal function. We've replaced the Business Rule
Expand Down

0 comments on commit 970cd51

Please sign in to comment.