@@ -141,7 +141,7 @@ such as import your installed package.
141141| field | data type | default | description |
142142| -------| ----------------| :--------:| -------------------------------------------------------------|
143143| run | str | | A Python string statement that want to run with exec. |
144- | vars | dict[ str, Any] | dict() | A mapping to variable that want to pass to globals in exec. |
144+ | vars | dict[ str, Any] | ` dict() ` | A mapping to variable that want to pass to globals in exec. |
145145
146146## Call Stage
147147
@@ -173,13 +173,13 @@ objective to invoked by this stage object.
173173| field | alias | data type | default | description |
174174| --------| -------| ---------------------| :--------:| --------------------------------------------------------------|
175175| uses | | str | | A pointer that want to load function from the call registry. |
176- | args | with | dict[ str, Any] | dict() | An arguments that want to pass to the call function. |
176+ | args | with | dict[ str, Any] | ` dict() ` | An arguments that want to pass to the call function. |
177177
178178## Trigger Stage
179179
180180Trigger Workflow execution stage that execute another workflow. This
181181the core stage that allow you to create the reusable workflow object or
182- dynamic parameters workflow for common usecase .
182+ dynamic parameters workflow for common use-case .
183183
184184!!! example "YAML"
185185
@@ -197,4 +197,4 @@ dynamic parameters workflow for common usecase.
197197| field | data type | default | description |
198198| -----------| ----------------| :--------:| ------------------------------------------------------------------|
199199| trigger | str | | A trigger workflow name that should already exist on the config. |
200- | params | dict[ str, Any] | dict() | A parameter that want to pass to workflow execution. |
200+ | params | dict[ str, Any] | ` dict() ` | A parameter that want to pass to workflow execution. |
0 commit comments