Skip to main content
Version: 8.9 (unreleased)

Type Alias: UserTaskCompletionRequest

type UserTaskCompletionRequest = object;

Defined in: gen/types.gen.ts:6943

Properties

action?

optional action: string | null;

Defined in: gen/types.gen.ts:6954

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


variables?

optional variables:
| {
[key: string]: unknown;
}
| null;

Defined in: gen/types.gen.ts:6947

The variables to complete the user task with.