Skip to main content
Version: 8.9

Type Alias: UserTaskUpdateRequest

type UserTaskUpdateRequest = object;

Properties

action?

optional action?: string | null;

A custom action value that will be accessible from user task events resulting from this endpoint invocation. If not provided, it will default to "update".


changeset?

optional changeset?: Changeset;