WorkflowExecution constructor

WorkflowExecution({
  1. required String runId,
  2. required String workflowId,
})

Implementation

WorkflowExecution({
  required this.runId,
  required this.workflowId,
});