ProtectedclientProtectedcontextProtectedintervalProtectedtimeoutProtectedgetGets the test context.
Asserts that specific elements are currently active.
Rest...elementIds: string[]Asserts that specific elements have been completed.
Rest...elementIds: string[]Asserts that the process instance has an incident.
Asserts that the process instance has an incident with a specific error message.
Asserts that the process instance has no incidents.
Asserts that the process instance has specific variable names.
Rest...variableNames: string[]Asserts that the process instance has specific variables.
Asserts that the process instance is active (running).
Asserts that the process instance is completed.
Asserts that the process instance is terminated.
ProtectedsleepProtectedwaitWaits until a condition is met or timeout is reached. Uses exponential backoff to reduce API pressure. Accounts for operation duration to prevent overlapping calls.
Assertions for process instances. Provides fluent API for verifying process execution state and progress.