Type Alias: UserTaskUpdateRequest
type UserTaskUpdateRequest = object;
Defined in: gen/types.gen.ts:6974
Properties
action?
optional action: string | null;
Defined in: gen/types.gen.ts:6980
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;
Defined in: gen/types.gen.ts:6975