- Preparing search index...
- The search index is not available
camunda-8-sdk
Interface GraphQLTaskQuery
Properties
operation
operation
: { args
: { query
: { id
: string; }; }; fields
: TaskFields; name
: "task"; }
Type declaration
-
args: {
query: {
id: string;
};
}
-
-
name: "task"