Type Alias: getUserConsistency
type getUserConsistency = object;
Defined in: gen/CamundaClient.ts:569
Management of eventual consistency *
Properties
consistency
consistency: ConsistencyOptions<_DataOf<typeof Sdk.getUser>>;
Defined in: gen/CamundaClient.ts:571
Management of eventual consistency tolerance. Set waitUpToMs to 0 to ignore eventual consistency. pollInterval is 500ms by default.