Skip to content
Snippets Groups Projects

Resolve "Handle the cases where an user of an execution is null"

4 files
+ 201
193
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -23,7 +23,7 @@ export type WorkflowExecutionOut = {
@@ -23,7 +23,7 @@ export type WorkflowExecutionOut = {
/**
/**
* UID of user who started the workflow
* UID of user who started the workflow
*/
*/
executor_id: string;
executor_id?: (string | null);
/**
/**
* Start time of the workflow execution as UNIX timestamp
* Start time of the workflow execution as UNIX timestamp
*/
*/
Loading