refactor: Optimize fetching last execution step
This commit is contained in:
2
packages/types/index.d.ts
vendored
2
packages/types/index.d.ts
vendored
@@ -331,7 +331,7 @@ export type IGlobalVariable = {
|
||||
testRun: boolean;
|
||||
exit: () => void;
|
||||
};
|
||||
lastExecutionStep?: IExecutionStep;
|
||||
getLastExecutionStep?: () => Promise<IExecutionStep>;
|
||||
webhookUrl?: string;
|
||||
triggerOutput?: ITriggerOutput;
|
||||
actionOutput?: IActionOutput;
|
||||
|
Reference in New Issue
Block a user