scaffolder: enable each property on task step (#8890)

Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
This commit is contained in:
Alex Eftimie
2023-06-07 03:46:41 +02:00
parent f0c6887bbb
commit a0303ee5ef
4 changed files with 94 additions and 20 deletions
@@ -71,6 +71,11 @@ export type ActionContext<
* Implement the signal to make your custom step abortable https://developer.mozilla.org/en-US/docs/Web/API/AbortController/signal
*/
signal?: AbortSignal;
/**
* Optional value of each invocation
*/
each?: JsonObject;
};
/** @public */