CreateProcessRequest: {
    applicationId?: string;
    input?: string;
    name: string;
    platformId?: string;
    projectId?: string;
    tags?: string[];
}

Type declaration

  • OptionalapplicationId?: string

    ID of the application for which the process was created.

  • Optionalinput?: string

    Process parameters in JSON format.

  • name: string

    Name of the process.

  • OptionalplatformId?: string

    ID of the platform for which the process was created.

  • OptionalprojectId?: string

    ID of the project in which the process was created.

  • Optionaltags?: string[]

    Tags of the process.