import { ProcessStartRequest } from '@5minds/processcube_engine_sdk'; export type ProcessStartOptionsInternal> = ProcessStartRequest & { processInstanceId?: string; parentProcessInstanceId?: string; triggeredByFlowNodeInstanceId?: string; };