Type Alias RunCodeWorkflowTaskData

RunCodeWorkflowTaskData: {
    entrypoint: string;
    jobId: string;
    requestBody: WorkflowTask;
    workspace: string;
}

Type declaration

  • entrypoint: string
  • jobId: string
  • requestBody: WorkflowTask

    preview

  • workspace: string