Type alias UpdateWorkitemOptions

UpdateWorkitemOptions: {
    ignoremaxretries?: boolean;
    jwt?: string;
    workitem: Workitem;
}

Type declaration

  • Optional ignoremaxretries?: boolean

    If workitem has reached the max number of retryes and this is set to true, the workitem will be updated it to retry anyway

  • Optional jwt?: string

    Override who the request should run as, using a customer jwt

  • workitem: Workitem

    Workitem to update

Generated using TypeDoc