Skip to main content

takeWorkItem

Assigns a work item to the current user for execution This mutation is used when a healthcare provider takes responsibility for a specific work item. Once taken, the work item becomes part of the provider's assigned tasks and they are responsible for its completion. Returns true if the assignment was successful, false otherwise.

takeWorkItem(
input: TakeWorkItemInput!
): Boolean!

Arguments

takeWorkItem.input ● TakeWorkItemInput! non-null input

Type

Boolean scalar

The Boolean scalar type represents true or false.