@webqit/webflo 0.11.16 → 0.11.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -457,7 +457,7 @@ export default async function(event, context, next) {
|
|
|
457
457
|
</details>
|
|
458
458
|
</details>
|
|
459
459
|
|
|
460
|
-
|
|
460
|
+
However, workflows may be designed with *wildcard* steps using a hyphen `-` as step name. At runtime, a wildcard step matches any URL segment at the given level in the layout! A `this.stepname` property could be used to see which URL segment has been matched.
|
|
461
461
|
|
|
462
462
|
```js
|
|
463
463
|
/**
|