# ORION ## Docs - [如何配置ORION的AI对话](https://docs.eorion.com/best-practice/agentic-orchestration.md): 在此我们将概要ORION中AI应用的基础对话及任务执行功能 - [如何配置ORION的AI对话](https://docs.eorion.com/best-practice/bpmn.md): 在此我们将概要ORION中AI应用的基础对话及任务执行功能 - [流程建模指南](https://docs.eorion.com/best-practice/modeling.md): 设计一个能看懂,能运行的好流程 - [入职](https://docs.eorion.com/best-practice/stella-journey/onboarding.md): Stella完成面试到自助办理入职的旅程 - [授权管理](https://docs.eorion.com/guide/admin/authorization.md): 为用户或组配置系统的各类权限 - [表单通用设置项](https://docs.eorion.com/guide/design/formbasic.md): 表单组件的通用属性设置方法和代表的含义 - [应用场景](https://docs.eorion.com/guide/get-started/capabilities.md): ORION能做什么 - [快速部署](https://docs.eorion.com/guide/get-started/dockdeploy.md): 通过Docker Compose快速部署体验ORION EE企业版 - [产品简介](https://docs.eorion.com/guide/get-started/getstarted.md): 让我们一起开始构建未来的AI原生公司吧 - [发布第一个流程](https://docs.eorion.com/guide/get-started/helloorion.md): 设计并发布你的第一个ORION流程. - [版本发布说明](https://docs.eorion.com/guide/get-started/releasenotes.md): 了解最新社区版和企业版功能 - [数据库隔离级别设置](https://docs.eorion.com/guide/installation/database.md) - [业务规则任务](https://docs.eorion.com/reference/business-rule-task.md): Business Rule Task - [执行检查](https://docs.eorion.com/restapi/engine/authorization/check.md): 对当前已认证用户执行授权检查。 - [获取计数](https://docs.eorion.com/restapi/engine/authorization/count.md): 根据一组参数查询授权信息,并返回结果数量。 - [创建记录](https://docs.eorion.com/restapi/engine/authorization/create.md): 创建一个授权记录 - [删除记录](https://docs.eorion.com/restapi/engine/authorization/delete.md): 根据id删除授权记录。 - [获取清单](https://docs.eorion.com/restapi/engine/authorization/get.md): 通过参数设置来查询获取授权列表. 结果集的大小可以通过计数接口获得 [获取授权计数](https://docs.eorion.com/restapi/engine/authorization/count/). - [获取记录详情](https://docs.eorion.com/restapi/engine/authorization/getid.md): 根据id获取授权记录。 - [更新记录](https://docs.eorion.com/restapi/engine/authorization/update.md): 根据id更新授权记录。 - [激活/挂起](https://docs.eorion.com/restapi/engine/batch/activesuspend.md): Activates or suspends a batch by id. - [获取计数](https://docs.eorion.com/restapi/engine/batch/count.md): Requests the number of batches that fulfill the query criteria. Takes the same filtering parameters as the [Get Batches](https://docs.camunda.org/manual/7.22/reference/rest/batch/get-query/) method. - [获取统计信息计数](https://docs.eorion.com/restapi/engine/batch/countstatistics.md): Requests the number of batch statistics that fulfill the query criteria. Takes the same filtering parameters as the [Get Batch Statistics](https://docs.camunda.org/manual/7.22/reference/rest/batch/get-statistics-query/) method. - [删除](https://docs.eorion.com/restapi/engine/batch/delete.md): Deletes a batch by id, including all related jobs and job definitions. Optionally also deletes the batch history. - [获取清单](https://docs.eorion.com/restapi/engine/batch/get.md): Queries for batches that fulfill given parameters. Parameters may be the properties of batches, such as the id or type. The size of the result set can be retrieved by using the [Get Batch Count](https://docs.camunda.org/manual/7.22/reference/rest/batch/get-query-count/) method. - [获取详情](https://docs.eorion.com/restapi/engine/batch/get-by-id.md): Retrieves a batch by id, according to the Batch interface in the engine. - [获取统计信息](https://docs.eorion.com/restapi/engine/batch/statistics.md): Queries for batch statistics that fulfill given parameters. Parameters may be the properties of batches, such as the id or type. The size of the result set can be retrieved by using the [Get Batch Statistics Count](https://docs.camunda.org/manual/7.22/reference/rest/batch/get-statistics-query-count… - [触发条件评估](https://docs.eorion.com/restapi/engine/condition/evaluate.md): Triggers evaluation of conditions for conditional start event(s). Internally this maps to the engines condition evaluation builder method ConditionEvaluationBuilder#evaluateStartConditions(). For more information see the [Conditional Start Events](https://docs.camunda.org/manual/7.22/reference/bpm… - [获取计数](https://docs.eorion.com/restapi/engine/decision-definition/count.md): Requests the number of decision definitions that fulfill the query criteria. Takes the same filtering parameters as the [Get Decision Definition](https://docs.camunda.org/manual/7.22/reference/rest/decision-definition/get-query/) method. - [根据Id评估决策](https://docs.eorion.com/restapi/engine/decision-definition/evaluate-by-id.md): Evaluates a given decision and returns the result. The input values of the decision have to be supplied in the request body. - [按照key评估决策](https://docs.eorion.com/restapi/engine/decision-definition/evaluate-by-key.md): Evaluates the latest version of the decision definition which belongs to no tenant. The input values of the decision have to be supplied in the request body. - [根据tenant和key评估定义](https://docs.eorion.com/restapi/engine/decision-definition/evaluate-by-tenant-and-key.md): Evaluates the latest version of the decision definition for tenant. The input values of the decision have to be supplied in the request body. - [获取决策定义列表](https://docs.eorion.com/restapi/engine/decision-definition/get.md): Queries for decision definitions that fulfill given parameters. Parameters may be the properties of decision definitions, such as the name, key or version. The size of the result set can be retrieved by using the [Get Decision Definition Count](https://docs.camunda.org/manual/7.22/reference/rest/dec… - [根据Id获取定义](https://docs.eorion.com/restapi/engine/decision-definition/get-by-id.md): Retrieves a decision definition by id, according to the `DecisionDefinition` interface in the engine. - [按照key获取定义](https://docs.eorion.com/restapi/engine/decision-definition/get-by-key.md): Retrieves the latest version of the decision definition which belongs to no tenant. - [根据tenant和key获取定义](https://docs.eorion.com/restapi/engine/decision-definition/get-by-tenant-and-key.md): Retrieves the latest version of the decision definition for tenant - [根据Id获取图形](https://docs.eorion.com/restapi/engine/decision-definition/get-diagram-by-id.md): Retrieves the diagram of a decision definition. - [按照key获取图形](https://docs.eorion.com/restapi/engine/decision-definition/get-diagram-by-key.md): Returns the diagram for the latest version of the decision definition which belongs to no tenant - [根据tenant和key获取图形](https://docs.eorion.com/restapi/engine/decision-definition/get-diagram-by-tenant-and-key.md): Returns the XML of the latest version of the decision definition for tenant. - [根据Id获取XML](https://docs.eorion.com/restapi/engine/decision-definition/get-xml-by-id.md): Retrieves the DMN XML of a decision definition. - [根据key获取定义XML](https://docs.eorion.com/restapi/engine/decision-definition/get-xml-by-key.md): Retrieves the XML for the latest version of the decision definition which belongs to no tenant. - [根据tenant和key获取定义XML](https://docs.eorion.com/restapi/engine/decision-definition/get-xml-by-tenant-and-key.md): Retrieves the XML of the latest version of the decision definition for tenant - [根据Id更新决策的历史保存时间](https://docs.eorion.com/restapi/engine/decision-definition/update-ttl-by-id.md): Updates history time to live for decision definition. The field is used within [History cleanup](https://docs.camunda.org/manual/7.22/user-guide/process-engine/history/#history-cleanup). - [根据key更新决策的历史保存时间](https://docs.eorion.com/restapi/engine/decision-definition/update-ttl-by-key.md): Updates the latest version of the decision definition which belongs to no tenant. The field is used within [History cleanup](https://docs.camunda.org/manual/7.22/user-guide/process-engine/history/#history-cleanup). - [根据tenant和key更新定义的历史保存时间](https://docs.eorion.com/restapi/engine/decision-definition/update-ttl-by-tenant-and-key.md): Updates the latest version of the decision definition for tenant. The field is used within [History cleanup](https://docs.camunda.org/manual/7.22/user-guide/process-engine/history/#history-cleanup). The value of the update is mandatory by default and does not allow `null` values. To enable them, ple… - [获取计数](https://docs.eorion.com/restapi/engine/decision-requirements-definition/count.md): Requests the number of decision requirements definitions that fulfill the query criteria. Takes the same filtering parameters as the [Get Decision Requirements Definitions](https://docs.camunda.org/manual/7.22/reference/rest/decision-requirements-definition/get-query/) method. - [获取决策依赖定义](https://docs.eorion.com/restapi/engine/decision-requirements-definition/get.md): Queries for decision requirements definitions that fulfill given parameters. Parameters may be the properties of decision requirements definitions, such as the name, key or version. The size of the result set can be retrieved by using the [Get Decision Requirements Definition Count](https://docs.ca… - [根据Id获取决策依赖定义](https://docs.eorion.com/restapi/engine/decision-requirements-definition/get-by-id.md): Retrieves a decision requirements definition according to the `DecisionRequirementsDefinition` interface in the engine. - [根据key获取决策依赖定义](https://docs.eorion.com/restapi/engine/decision-requirements-definition/get-by-key.md): Retrieves a decision requirements definition according to the `DecisionRequirementsDefinition` interface in the engine. Returns the latest version of the decision requirements definition which belongs to no tenant. - [根据tenant和key获取决策依赖定义](https://docs.eorion.com/restapi/engine/decision-requirements-definition/get-by-tenant-and-key.md): Retrieves a decision requirements definition according to the `DecisionRequirementsDefinition` interface in the engine. Returns the latest version of the decision requirements definition for a tenant. - [根据Id获取图形](https://docs.eorion.com/restapi/engine/decision-requirements-definition/get-diagram-by-id.md): Retrieves the diagram of a decision requirements definition. - [根据key获取决策依赖图形](https://docs.eorion.com/restapi/engine/decision-requirements-definition/get-diagram-by-key.md): Retrieves the diagram of a decision requirements definition. Returns the diagram for the latest version of the decision requirements definition which belongs to no tenant. - [根据tenant和key获取决策依赖图形](https://docs.eorion.com/restapi/engine/decision-requirements-definition/get-diagram-by-tenant-and-key.md): Retrieves the diagram of a decision requirements definition. Returns the diagram of the latest version of the decision requirements definition for a tenant. - [根据Id获取决策依赖XML](https://docs.eorion.com/restapi/engine/decision-requirements-definition/get-xml-by-id.md): Retrieves the DMN XML of a decision requirements definition. - [根据key获取决策依赖XML](https://docs.eorion.com/restapi/engine/decision-requirements-definition/get-xml-by-key.md): Retrieves the DMN XML of a decision requirements definition. Returns the XML for the latest version of the decision requirements definition which belongs to no tenant. - [根据tenant和key获取决策依赖XML](https://docs.eorion.com/restapi/engine/decision-requirements-definition/get-xml-by-tenant-and-key.md): Retrieves the DMN XML of a decision requirements definition. Returns the XML of the latest version of the decision requirements definition for a tenant. - [获取计数](https://docs.eorion.com/restapi/engine/deployment/count.md): Queries for the number of deployments that fulfill given parameters. Takes the same parameters as the [Get Deployments](https://docs.camunda.org/manual/7.22/reference/rest/deployment/get-query/) method. - [创建](https://docs.eorion.com/restapi/engine/deployment/create.md): Creates a deployment. - [删除部署](https://docs.eorion.com/restapi/engine/deployment/delete.md): Deletes a deployment by id. - [获取列表](https://docs.eorion.com/restapi/engine/deployment/get.md): Queries for deployments that fulfill given parameters. Parameters may be the properties of deployments, such as the id or name or a range of the deployment time. The size of the result set can be retrieved by using the [Get Deployment count](https://docs.camunda.org/manual/7.22/reference/rest/deploy… - [根据ID获取](https://docs.eorion.com/restapi/engine/deployment/get-by-id.md): Retrieves a deployment by id, according to the `Deployment` interface of the engine. - [获取已注册过的部署记录](https://docs.eorion.com/restapi/engine/deployment/get-deployments.md): Queries the registered deployment IDs for the current application. - [获取资源Binary数据](https://docs.eorion.com/restapi/engine/deployment/get-resource-binary.md): Retrieves the binary content of a deployment resource for the given deployment by id. - [根据ID获取资源](https://docs.eorion.com/restapi/engine/deployment/get-resource-by-id.md): Retrieves a deployment resource by resource id for the given deployment. - [获取资源](https://docs.eorion.com/restapi/engine/deployment/get-resources.md): Retrieves all deployment resources of a given deployment. - [重新部署](https://docs.eorion.com/restapi/engine/deployment/redeploy.md): Re-deploys an existing deployment. - [获取引擎列表](https://docs.eorion.com/restapi/engine/engine/get.md): Retrieves the names of all process engines available on your platform. **Note**: You cannot prepend `/engine/{name}` to this method. - [获取计数](https://docs.eorion.com/restapi/engine/event-subscription/count.md): Queries for the number of event subscriptions that fulfill given parameters. Takes the same parameters as the [Get Event Subscriptions](https://docs.camunda.org/manual/7.22/reference/rest/event-subscription/get-query/) method. - [获取](https://docs.eorion.com/restapi/engine/event-subscription/get.md): Queries for event subscriptions that fulfill given parameters. The size of the result set can be retrieved by using the [Get Event Subscriptions count](https://docs.camunda.org/manual/7.22/reference/rest/event-subscription/get-query-count/) method. - [获取计数](https://docs.eorion.com/restapi/engine/execution/count.md): Queries for the number of executions that fulfill given parameters. Takes the same parameters as the [Get Executions](https://docs.camunda.org/manual/7.22/reference/rest/execution/get-query/) method. - [获取计数 (POST)](https://docs.eorion.com/restapi/engine/execution/count-via-post.md): Queries for the number of executions that fulfill given parameters. This method takes the same message body as the [Get Executions POST](https://docs.camunda.org/manual/7.22/reference/rest/execution/post-query/) method and therefore it is slightly more powerful than the [Get Execution Count](https:/… - [创建故障](https://docs.eorion.com/restapi/engine/execution/create-incident.md): Creates a custom incident with given properties. - [删除本地执行变量](https://docs.eorion.com/restapi/engine/execution/delete-local-execution-variable.md): Deletes a variable in the context of a given execution by id. Deletion does not propagate upwards in the execution hierarchy. - [获取](https://docs.eorion.com/restapi/engine/execution/get.md): Queries for the executions that fulfill given parameters. Parameters may be static as well as dynamic runtime properties of executions. The size of the result set can be retrieved by using the [Get Execution Count](https://docs.camunda.org/manual/7.22/reference/rest/execution/get-query-count/) metho… - [根据ID获取](https://docs.eorion.com/restapi/engine/execution/get-by-id.md): Retrieves an execution by id, according to the `Execution` interface in the engine. - [获取本地执行变量](https://docs.eorion.com/restapi/engine/execution/get-local-execution-variable.md): Retrieves a variable from the context of a given execution by id. Does not traverse the parent execution hierarchy. - [获取本地执行变量 (Binary)](https://docs.eorion.com/restapi/engine/execution/get-local-execution-variable-binary.md): Retrieves a binary variable from the context of a given execution by id. Does not traverse the parent execution hierarchy. Applicable for byte array and file variables. - [获取本地执行变量](https://docs.eorion.com/restapi/engine/execution/get-local-execution-variables.md): Retrieves all variables of a given execution by id. - [获取消息事件](https://docs.eorion.com/restapi/engine/execution/get-message-subscription.md): Retrieves a message event subscription for a given execution by id and a message name. - [获取 (POST)](https://docs.eorion.com/restapi/engine/execution/get-via-post.md): Queries for executions that fulfill given parameters through a JSON object. This method is slightly more powerful than the [Get Executions](https://docs.camunda.org/manual/7.22/reference/rest/execution/get-query/) method because it allows to filter by multiple instance and execution variables of typ… - [更新本地执行变量 (Binary)](https://docs.eorion.com/restapi/engine/execution/post-local-execution-variable-binary.md): Sets the serialized value for a binary variable or the binary value for a file variable in the context of a given execution by id. - [设置本地执行变量](https://docs.eorion.com/restapi/engine/execution/put-local-execution-variable.md): Sets a variable in the context of a given execution by id. Update does not propagate upwards in the execution hierarchy. - [触发执行](https://docs.eorion.com/restapi/engine/execution/trigger-execution.md): Signals an execution by id. Can for example be used to explicitly skip user tasks or signal asynchronous continuations. - [触发消息事件](https://docs.eorion.com/restapi/engine/execution/trigger-message-subscription.md): Delivers a message to a specific execution by id, to trigger an existing message event subscription. Inject process variables as the message's payload. - [更新/删除本地执行变量](https://docs.eorion.com/restapi/engine/execution/update-local-execution-variables.md): Updates or deletes the variables in the context of an execution by id. The updates do not propagate upwards in the execution hierarchy. Updates precede deletions. So, if a variable is updated AND deleted, the deletion overrides the update. - [完成](https://docs.eorion.com/restapi/engine/external-task/complete.md): Completes an external task by id and updates process variables. - [获取计数](https://docs.eorion.com/restapi/engine/external-task/count.md): Queries for the number of external tasks that fulfill given parameters. Takes the same parameters as the [Get External Tasks](https://docs.camunda.org/manual/7.22/reference/rest/external-task/get-query/) method. - [获取计数(POST)](https://docs.eorion.com/restapi/engine/external-task/count-via-post.md): Queries for the number of external tasks that fulfill given parameters. This method takes the same message body as the [Get External Tasks (POST)](https://docs.camunda.org/manual/7.22/reference/rest/external-task/post-query/) method. - [延长锁定](https://docs.eorion.com/restapi/engine/external-task/extend-lock.md) - [获取并锁定任务](https://docs.eorion.com/restapi/engine/external-task/fetch-lock.md): Fetches and locks a specific number of external tasks for execution by a worker. Query can be restricted to specific task topics and for each task topic an individual lock time can be provided. - [获取列表](https://docs.eorion.com/restapi/engine/external-task/get.md): Queries for the external tasks that fulfill given parameters. Parameters may be static as well as dynamic runtime properties of executions. The size of the result set can be retrieved by using the [Get External Task Count](https://docs.camunda.org/manual/7.22/reference/rest/external-task/get-query-c… - [根据Id获取](https://docs.eorion.com/restapi/engine/external-task/get-by-id.md): Retrieves an external task by id, corresponding to the `ExternalTask` interface in the engine. - [获取错误详情](https://docs.eorion.com/restapi/engine/external-task/get-error-details.md): Retrieves the error details in the context of a running external task by id. - [获取主题名称](https://docs.eorion.com/restapi/engine/external-task/get-topic-names.md): Queries for distinct topic names of external tasks that fulfill given parameters. Query can be restricted to only tasks with retries left, tasks that are locked, or tasks that are unlocked. The parameters withLockedTasks and withUnlockedTasks are exclusive. Setting them both to true will return an e… - [获取列表 (POST)](https://docs.eorion.com/restapi/engine/external-task/get-via-post.md): Queries for external tasks that fulfill given parameters in the form of a JSON object. - [处理BPMN错误](https://docs.eorion.com/restapi/engine/external-task/handle-bpmnerror.md): Reports a business error in the context of a running external task by id. The error code must be specified to identify the BPMN error handler. - [处理失败](https://docs.eorion.com/restapi/engine/external-task/handle-failure.md): Reports a failure to execute an external task by id. A number of retries and a timeout until the task can be retried can be specified. If retries are set to 0, an incident for this task is created. - [锁定](https://docs.eorion.com/restapi/engine/external-task/lock.md): Lock an external task by a given id for a specified worker and amount of time. - [设置优先级](https://docs.eorion.com/restapi/engine/external-task/set-priority.md): Sets the priority of an existing external task by id. The default value of a priority is 0. - [设置重试次数](https://docs.eorion.com/restapi/engine/external-task/set-retries.md): Sets the number of retries left to execute an external task by id. If retries are set to 0, an incident is created. - [设置重试次数(异步)](https://docs.eorion.com/restapi/engine/external-task/set-retries-async.md): Sets the number of retries left to execute external tasks by id asynchronously. If retries are set to 0, an incident is created. - [设置重试次数(同步)](https://docs.eorion.com/restapi/engine/external-task/set-retries-sync.md): Sets the number of retries left to execute external tasks by id synchronously. If retries are set to 0, an incident is created. - [解锁](https://docs.eorion.com/restapi/engine/external-task/unlock.md): Unlocks an external task by id. Clears the task's lock expiration time and worker id. - [获取计数](https://docs.eorion.com/restapi/engine/group/count.md): Queries for groups using a list of parameters and retrieves the count. - [获取计数(POST)](https://docs.eorion.com/restapi/engine/group/count-via-post.md): Queries for groups using a list of parameters and retrieves the count. - [创建](https://docs.eorion.com/restapi/engine/group/create.md): Creates a new group. - [创建成员](https://docs.eorion.com/restapi/engine/group/create-member.md): Adds a member to a group. - [删除](https://docs.eorion.com/restapi/engine/group/delete.md): Deletes a group by id. - [删除成员](https://docs.eorion.com/restapi/engine/group/delete-member.md): Removes a member from a group. - [获取列表](https://docs.eorion.com/restapi/engine/group/get.md): Queries for a list of groups using a list of parameters. The size of the result set can be retrieved by using the [Get Group Count](https://docs.camunda.org/manual/7.22/reference/rest/group/get-query-count) method. - [根据Id获取](https://docs.eorion.com/restapi/engine/group/get-by-id.md): Retrieves a group by id. - [获取列表(POST)](https://docs.eorion.com/restapi/engine/group/get-via-post.md): Queries for a list of groups using a list of parameters. The size of the result set can be retrieved by using the [Get Group Count (POST)](https://docs.camunda.org/manual/7.22/reference/rest/group/post-query-count/) method. - [更新](https://docs.eorion.com/restapi/engine/group/update.md): Updates a given group by id. - [获取计数](https://docs.eorion.com/restapi/engine/history-activity-instance/count.md): Queries for the number of historic activity instances that fulfill the given parameters. Takes the same parameters as the [Get Historic Activity Instance](https://docs.camunda.org/manual/7.22/reference/rest/history/activity-instance/get-activity-instance-query/) method. - [获取计数(POST)](https://docs.eorion.com/restapi/engine/history-activity-instance/count-via-post.md): Queries for the number of historic activity instances that fulfill the given parameters. - [获取列表](https://docs.eorion.com/restapi/engine/history-activity-instance/get.md): Queries for historic activity instances that fulfill the given parameters. The size of the result set can be retrieved by using the [Get Historic Activity Instance Count](https://docs.camunda.org/manual/7.22/reference/rest/history/activity-instance/get-activity-instance-query-count/) method. - [根据Id获取](https://docs.eorion.com/restapi/engine/history-activity-instance/get-by-id.md): Retrieves a historic activity instance by id, according to the `HistoricActivityInstance` interface in the engine. - [获取列表(POST)](https://docs.eorion.com/restapi/engine/history-activity-instance/get-via-post.md): Queries for historic activity instances that fulfill the given parameters. The size of the result set can be retrieved by using the [Get Historic Activity Instance Count](https://docs.camunda.org/manual/7.22/reference/rest/history/activity-instance/get-activity-instance-query-count/) method. - [获取计数](https://docs.eorion.com/restapi/engine/history-batch/count.md): Requests the number of historic batches that fulfill the query criteria. Takes the same filtering parameters as the [Get Historic Batches](https://docs.camunda.org/manual/7.22/reference/rest/history/batch/get-query/) method. - [获取可清理的批处理报告计数](https://docs.eorion.com/restapi/engine/history-batch/count-cleanable-report.md): Queries for the number of report results about a historic batch operations relevant to history cleanup (see [History cleanup](https://docs.camunda.org/manual/7.22/user-guide/process-engine/history/#history-cleanup) ). Takes the same parameters as the [Get Cleanable Batch Report](https://docs.camunda… - [删除](https://docs.eorion.com/restapi/engine/history-batch/delete.md): Deletes a historic batch by id, including related historic job logs. - [获取列表](https://docs.eorion.com/restapi/engine/history-batch/get.md): Queries for historic batches that fulfill given parameters. Parameters may be the properties of batches, such as the id or type. The size of the result set can be retrieved by using the [Get Historic Batch Count](https://docs.camunda.org/manual/7.22/reference/rest/history/batch/get-query-count/) met… - [根据Id获取](https://docs.eorion.com/restapi/engine/history-batch/get-by-id.md): Retrieves a historic batch by id, according to the `HistoricBatch` interface in the engine. - [获取可清理的批处理报告](https://docs.eorion.com/restapi/engine/history-batch/get-cleanable-report.md): Retrieves a report about a historic batch operations relevant to history cleanup (see [History cleanup](https://docs.camunda.org/manual/7.22/user-guide/process-engine/history/#history-cleanup) ) so that you can tune the history time to live. These reports include the count of the finished batches, c… - [设置异步删除时间(POST)](https://docs.eorion.com/restapi/engine/history-batch/set-removal-time-async.md): Sets the removal time to multiple historic batches asynchronously (batch). - [清理历史记录(POST)](https://docs.eorion.com/restapi/engine/history-cleanup/clean.md): Schedules asynchronous history cleanup (See [History cleanup](https://docs.camunda.org/manual/7.22/user-guide/process-engine/history/#history-cleanup)). - [查找清理历史记录作业(GET)](https://docs.eorion.com/restapi/engine/history-cleanup/find-history-jobs.md): Finds history cleanup jobs (See [History cleanup](https://docs.camunda.org/manual/7.22/user-guide/process-engine/history/#history-cleanup)). - [获取历史记录清理配置](https://docs.eorion.com/restapi/engine/history-cleanup/get-configuration.md): Retrieves history cleanup batch window configuration (See [History cleanup](https://docs.camunda.org/manual/7.22/user-guide/process-engine/history/#history-cleanup)). - [获取可清理的决策实例报告计数](https://docs.eorion.com/restapi/engine/history-decision-definition/count-report.md): Queries for the number of report results about a decision definition and finished decision instances relevant to history cleanup (see [History cleanup](https://docs.camunda.org/manual/7.22/user-guide/process-engine/history/#history-cleanup)). Takes the same parameters as the [Get Cleanable Decision… - [获取可清理的决策实例报告](https://docs.eorion.com/restapi/engine/history-decision-definition/get-report.md): Retrieves a report about a decision definition and finished decision instances relevant to history cleanup (see [History cleanup](https://docs.camunda.org/manual/7.22/user-guide/process-engine/history/#history-cleanup)), so that you can tune the history time to live. These reports include the count… - [获取计数](https://docs.eorion.com/restapi/engine/history-decision-instance/count.md): Queries for the number of historic decision instances that fulfill the given parameters. Takes the same parameters as the [Get Historic Decision Instances](https://docs.camunda.org/manual/7.22/reference/rest/history/decision-instance/get-decision-instance-query/) method. - [异步删除(POST)](https://docs.eorion.com/restapi/engine/history-decision-instance/delete-async.md): Delete multiple historic decision instances asynchronously (batch). At least `historicDecisionInstanceIds` or `historicDecisionInstanceQuery` has to be provided. If both are provided then all instances matching query criterion and instances from the list will be deleted. - [获取列表](https://docs.eorion.com/restapi/engine/history-decision-instance/get.md): Queries for historic decision instances that fulfill the given parameters. The size of the result set can be retrieved by using the [Get Historic Decision Instance Count](https://docs.camunda.org/manual/7.22/reference/rest/history/decision-instance/get-decision-instance-query-count/) method. - [根据Id获取](https://docs.eorion.com/restapi/engine/history-decision-instance/get-by-id.md): Retrieves a historic decision instance by id, according to the `HistoricDecisionInstance` interface in the engine. - [设置异步删除时间(POST)](https://docs.eorion.com/restapi/engine/history-decision-instance/set-removal-time-async.md): Sets the removal time to multiple historic decision instances asynchronously (batch). - [获取DRD统计](https://docs.eorion.com/restapi/engine/history-decision-requirement/get-statistics.md): Retrieves evaluation statistics of a given decision requirements definition. - [获取计数](https://docs.eorion.com/restapi/engine/history-detail/count.md): Queries for the number of historic details that fulfill the given parameters. Takes the same parameters as the [Get Historic Details](https://docs.camunda.org/manual/7.22/reference/rest/history/detail/get-detail-query/) method. - [获取列表](https://docs.eorion.com/restapi/engine/history-detail/get.md): Queries for historic details that fulfill the given parameters. The size of the result set can be retrieved by using the [Get Historic Detail Count](https://docs.camunda.org/manual/7.22/reference/rest/history/detail/get-detail-query-count/) method. - [根据Id获取](https://docs.eorion.com/restapi/engine/history-detail/get-by-id.md): Retrieves a historic detail by id. - [根据Id获取(Binary)](https://docs.eorion.com/restapi/engine/history-detail/get-by-id-binary.md): Retrieves the content of a historic variable update by id. Applicable for byte array and file variables. - [获取列表(POST)](https://docs.eorion.com/restapi/engine/history-detail/get-via-post.md): Queries for historic details that fulfill the given parameters. This method is slightly more powerful than the [Get Historic Details](https://docs.camunda.org/manual/7.22/reference/rest/history/detail/get-detail-query/) method because it allows sorting by multiple parameters. The size of the result… - [获取计数](https://docs.eorion.com/restapi/engine/history-external-task-log/count.md): Queries for the number of historic external task logs that fulfill the given parameters. Takes the same parameters as the [Get External Task Logs](https://docs.camunda.org/manual/7.22/reference/rest/history/external-task-log/get-external-task-log-query/) method. - [获取计数(POST)](https://docs.eorion.com/restapi/engine/history-external-task-log/count-via-post.md): Queries for the number of historic external task logs that fulfill the given parameters. This method takes the same message body as the [Get External Task Logs (POST)](https://docs.camunda.org/manual/7.22/reference/rest/history/external-task-log/post-external-task-log-query/) method and therefore it… - [获取列表](https://docs.eorion.com/restapi/engine/history-external-task-log/get.md): Queries for historic external task logs that fulfill the given parameters. The size of the result set can be retrieved by using the [Get External Task Log Count](https://docs.camunda.org/manual/7.22/reference/rest/history/external-task-log/get-external-task-log-query-count/) method. - [根据Id获取](https://docs.eorion.com/restapi/engine/history-external-task-log/get-by-id.md): Retrieves a historic external task log by id. - [根据Id获取错误详情](https://docs.eorion.com/restapi/engine/history-external-task-log/get-error-details.md): Retrieves the corresponding error details of the passed historic external task log by id. - [获取列表(POST)](https://docs.eorion.com/restapi/engine/history-external-task-log/get-via-post.md): Queries for historic external task logs that fulfill the given parameters. This method is slightly more powerful than the [Get External Task Logs](https://docs.camunda.org/manual/7.22/reference/rest/history/external-task-log/get-external-task-log-query/) method because it allows filtering by histori… - [获取计数](https://docs.eorion.com/restapi/engine/history-identity-link-log/count.md): Queries for the number of historic identity link logs that fulfill the given parameters. Takes the same parameters as the [Get Identity-Link-Logs](https://docs.camunda.org/manual/7.22/reference/rest/history/identity-links/get-identity-link-query/) method. - [获取列表](https://docs.eorion.com/restapi/engine/history-identity-link-log/get.md): Queries for historic identity link logs that fulfill given parameters. The size of the result set can be retrieved by using the [Get Identity-Link-Log Count](https://docs.camunda.org/manual/7.22/reference/rest/history/identity-links/get-identity-link-query-count/) method. - [获取计数](https://docs.eorion.com/restapi/engine/history-incidents/count.md): Queries for the number of historic incidents that fulfill the given parameters. Takes the same parameters as the [Get Incidents](https://docs.camunda.org/manual/7.22/reference/rest/history/incident/get-incident-query/) method. - [获取列表](https://docs.eorion.com/restapi/engine/history-incidents/get.md): Queries for historic incidents that fulfill given parameters. The size of the result set can be retrieved by using the [Get Incident Count](https://docs.camunda.org/manual/7.22/reference/rest/history/incident/get-incident-query-count/) method. - [获取计数](https://docs.eorion.com/restapi/engine/history-job-log/count.md): Queries for the number of historic job logs that fulfill the given parameters. Takes the same parameters as the [Get Job Logs](https://docs.camunda.org/manual/7.22/reference/rest/history/job-log/get-job-log-query/) method. - [获取计数(POST)](https://docs.eorion.com/restapi/engine/history-job-log/count-via-post.md): Queries for the number of historic job logs that fulfill the given parameters. This method takes the same message body as the [Get Job Logs (POST)](https://docs.camunda.org/manual/7.22/reference/rest/history/job-log/post-job-log-query/) method and therefore it is slightly more powerful than the [Get… - [获取列表](https://docs.eorion.com/restapi/engine/history-job-log/get.md): Queries for historic job logs that fulfill the given parameters. The size of the result set can be retrieved by using the [Get Job Log Count](https://docs.camunda.org/manual/7.22/reference/rest/history/job-log/get-job-log-query-count/) method. - [根据Id获取](https://docs.eorion.com/restapi/engine/history-job-log/get-by-id.md): Retrieves a historic job log by id. - [根据Id获取堆栈跟踪](https://docs.eorion.com/restapi/engine/history-job-log/get-exception-stacktrace.md): Retrieves the corresponding exception stacktrace to the passed historic job log by id. - [获取列表(POST)](https://docs.eorion.com/restapi/engine/history-job-log/get-via-post.md): Queries for historic job logs that fulfill the given parameters. This method is slightly more powerful than the [Get Job Logs](https://docs.camunda.org/manual/7.22/reference/rest/history/job-log/get-job-log-query/) method because it allows filtering by historic job logs values of the different types… - [获取可清理的流程实例报告计数](https://docs.eorion.com/restapi/engine/history-process-denifition/count-report.md): Queries for the number of report results about a process definition and finished process instances relevant to history cleanup (see [History cleanup](https://docs.camunda.org/manual/7.22/user-guide/process-engine/history/#history-cleanup)). Takes the same parameters as the [Get Cleanable Process Ins… - [获取可清理的流程实例报告](https://docs.eorion.com/restapi/engine/history-process-denifition/get-report.md): Retrieves a report about a process definition and finished process instances relevant to history cleanup (see [History cleanup](https://docs.camunda.org/manual/7.22/user-guide/process-engine/history/#history-cleanup)) so that you can tune the history time to live. These reports include the count of… - [获取历史活动统计](https://docs.eorion.com/restapi/engine/history-process-denifition/get-statistics.md): Retrieves historic statistics of a given process definition, grouped by activities. These statistics include the number of running activity instances and, optionally, the number of canceled activity instances, finished activity instances and activity instances which completed a scope (i.e., in BPMN… - [获取计数](https://docs.eorion.com/restapi/engine/history-process-instance/count.md): Queries for the number of historic process instances that fulfill the given parameters. Takes the same parameters as the [Get Process Instances](https://docs.camunda.org/manual/7.22/reference/rest/history/process-instance/get-process-instance-query/) method. - [获取计数(POST)](https://docs.eorion.com/restapi/engine/history-process-instance/count-via-post.md): Queries for the number of historic process instances that fulfill the given parameters. This method takes the same message body as the [Get Process Instances (POST)](https://docs.camunda.org/manual/7.22/reference/rest/history/process-instance/get-process-instance-query/) method and therefore it is s… - [删除](https://docs.eorion.com/restapi/engine/history-process-instance/delete.md): Deletes a process instance from the history by id. - [异步删除(POST)](https://docs.eorion.com/restapi/engine/history-process-instance/delete-async-post.md): Delete multiple historic process instances asynchronously (batch). At least `historicProcessInstanceIds` or `historicProcessInstanceQuery` has to be provided. If both are provided then all instances matching query criterion and instances from the list will be deleted. - [删除变量实例](https://docs.eorion.com/restapi/engine/history-process-instance/delete-variable-instance.md): Deletes all variables of a process instance from the history by id. - [获取列表](https://docs.eorion.com/restapi/engine/history-process-instance/get.md): Queries for historic process instances that fulfill the given parameters. The size of the result set can be retrieved by using the [Get Process Instance Count](https://docs.camunda.org/manual/7.22/reference/rest/history/process-instance/get-process-instance-query-count/) method. - [根据Id获取](https://docs.eorion.com/restapi/engine/history-process-instance/get-by-id.md): Retrieves a historic process instance by id, according to the `HistoricProcessInstance` interface in the engine. - [获取运行时长报告](https://docs.eorion.com/restapi/engine/history-process-instance/get-duration-report.md): Retrieves a report about the duration of completed process instances, grouped by a period. These reports include the maximum, minimum and average duration of all completed process instances which were started in a given period. - [获取列表(POST)](https://docs.eorion.com/restapi/engine/history-process-instance/get-via-post.md): Queries for historic process instances that fulfill the given parameters. This method is slightly more powerful than the [Get Process Instance](https://docs.camunda.org/manual/7.22/reference/rest/history/process-instance/get-process-instance-query/) because it allows filtering by multiple process va… - [设置异步删除时间(POST)](https://docs.eorion.com/restapi/engine/history-process-instance/set-removal-time-async.md): Sets the removal time to multiple historic process instances asynchronously (batch). - [获取计数](https://docs.eorion.com/restapi/engine/history-task-instance/count.md): Queries for the number of historic tasks that fulfill the given parameters. Takes the same parameters as the [Get Tasks (Historic)](https://docs.camunda.org/manual/7.22/reference/rest/history/task/get-task-query/) method. - [获取计数(POST)](https://docs.eorion.com/restapi/engine/history-task-instance/count-via-post.md): Queries for the number of historic tasks that fulfill the given parameters. Takes the same parameters as the [Get Tasks (Historic)](https://docs.camunda.org/manual/7.22/reference/rest/history/task/get-task-query/) method. Corresponds to the size of the result set of the [Get Tasks (Historic) (POST)]… - [获取列表](https://docs.eorion.com/restapi/engine/history-task-instance/get.md): Queries for historic tasks that fulfill the given parameters. The size of the result set can be retrieved by using the [Get Task Count](https://docs.camunda.org/manual/7.22/reference/rest/history/task/get-task-query-count/) method. - [获取可清理的流程实例报告](https://docs.eorion.com/restapi/engine/history-task-instance/get-report.md): Retrieves a report of completed tasks. When the report type is set to `count`, the report contains a list of completed task counts where an entry contains the task name, the definition key of the task, the process definition id, the process definition key, the process definition name and the count o… - [获取列表(POST)](https://docs.eorion.com/restapi/engine/history-task-instance/get-via-post.md): Queries for historic tasks that fulfill the given parameters. This method is slightly more powerful than the [Get Tasks (Historic)](https://docs.camunda.org/manual/7.22/reference/rest/history/task/get-task-query/) method because it allows filtering by multiple process or task variables of types `Str… - [清除用户操作日志的注释(历史)](https://docs.eorion.com/restapi/engine/history-user-operation-log/clear-annotation.md): Clear the annotation which was previously set for auditing reasons. - [获取计数](https://docs.eorion.com/restapi/engine/history-user-operation-log/count.md): Queries for the number of user operation log entries that fulfill the given parameters. Takes the same parameters as the [Get User Operation Log (Historic)](https://docs.camunda.org/manual/7.22/reference/rest/history/user-operation-log/get-user-operation-log-query/) method. - [获取列表](https://docs.eorion.com/restapi/engine/history-user-operation-log/get.md): Queries for user operation log entries that fulfill the given parameters. The size of the result set can be retrieved by using the [Get User Operation Log Count](https://docs.camunda.org/manual/7.22/reference/rest/history/user-operation-log/get-user-operation-log-query-count/) method. - [设置用户操作日志的注释(历史)](https://docs.eorion.com/restapi/engine/history-user-operation-log/set-annotation.md): Set an annotation for auditing reasons. - [获取计数](https://docs.eorion.com/restapi/engine/history-variable-instance/count.md): Queries for the number of historic variable instances that fulfill the given parameters. Takes the same parameters as the [Get Variable Instances](https://docs.camunda.org/manual/7.22/reference/rest/history/variable-instance/get-variable-instance-query/) method. - [获取计数(POST)](https://docs.eorion.com/restapi/engine/history-variable-instance/count-via-post.md): Queries for historic variable instances that fulfill the given parameters. This method takes the same message body as the [Get Variable Instances (POST)](https://docs.camunda.org/manual/7.22/reference/rest/history/variable-instance/post-variable-instance-query/) method and therefore it is more power… - [删除](https://docs.eorion.com/restapi/engine/history-variable-instance/delete.md): Deletes a historic variable instance by id. - [获取列表](https://docs.eorion.com/restapi/engine/history-variable-instance/get.md): Queries for historic variable instances that fulfill the given parameters. The size of the result set can be retrieved by using the [Get Variable Instance Count](https://docs.camunda.org/manual/7.22/reference/rest/history/variable-instance/get-variable-instance-query-count/) method. - [根据Id获取](https://docs.eorion.com/restapi/engine/history-variable-instance/get-by-id.md): Retrieves a historic variable by id. - [根据Id获取(Binary)](https://docs.eorion.com/restapi/engine/history-variable-instance/get-by-id-binary.md): Retrieves the content of a historic variable by id. Applicable for variables that are serialized as binary data. - [获取列表(POST)](https://docs.eorion.com/restapi/engine/history-variable-instance/get-via-post.md): Queries for historic variable instances that fulfill the given parameters. This method is slightly more powerful than the [Get Variable Instances](https://docs.camunda.org/manual/7.22/reference/rest/history/variable-instance/get-variable-instance-query/) method because it allows filtering by variabl… - [获取密码策略](https://docs.eorion.com/restapi/engine/identity/get-password-policy.md): A password policy consists of a list of rules that new passwords must follow to be policy compliant. This end point returns a JSON representation of the list of policy rules. More information on password policies in Camunda can be found in the password policy [user guide](https://docs.camunda.org/ma… - [获取用户分组](https://docs.eorion.com/restapi/engine/identity/get-users-groups.md): Gets the groups of a user by id and includes all users that share a group with the given user. - [验证密码](https://docs.eorion.com/restapi/engine/identity/validate-password.md): A password policy consists of a list of rules that new passwords must follow to be policy compliant. A password can be checked for compliancy via this end point. More information on password policies in Camunda can be found in the password policy [user guide](https://docs.camunda.org/manual/7.22/use… - [验证用户](https://docs.eorion.com/restapi/engine/identity/verfiy-user.md): Verifies that user credentials are valid. - [清除故障注释](https://docs.eorion.com/restapi/engine/incident/clear-annotation.md): Clears the annotation of an incident with given id. - [获取计数](https://docs.eorion.com/restapi/engine/incident/count.md): Queries for the number of incidents that fulfill given parameters. Takes the same parameters as the [Get Incidents](https://docs.camunda.org/manual/7.22/reference/rest/incident/get-query/) method. - [获取列表](https://docs.eorion.com/restapi/engine/incident/get.md): Queries for incidents that fulfill given parameters. The size of the result set can be retrieved by using the [Get Incident Count](https://docs.camunda.org/manual/7.22/reference/rest/incident/get-query-count/) method. - [根据Id获取](https://docs.eorion.com/restapi/engine/incident/get-by-id.md): Retrieves an incident by ID. - [解决故障](https://docs.eorion.com/restapi/engine/incident/resolve.md): Resolves an incident with given id. - [设置故障注释](https://docs.eorion.com/restapi/engine/incident/set-annotation.md): Sets the annotation of an incident with given id. - [根据Id设置激活/挂起Job定义](https://docs.eorion.com/restapi/engine/job-definition/active-suspend-by-id.md): Activates or suspends a given job definition by id. - [激活/挂起Job定义](https://docs.eorion.com/restapi/engine/job-definition/active-suspend-definitions.md): Activates or suspends job definitions with the given process definition id or process definition key. - [获取计数](https://docs.eorion.com/restapi/engine/job-definition/count.md): Queries for the number of job definitions that fulfill given parameters. Takes the same parameters as the [Get Job Definitions](https://docs.camunda.org/manual/7.22/reference/rest/job-definition/get-query/) method. - [获取计数(POST)](https://docs.eorion.com/restapi/engine/job-definition/count-via-post.md): Queries for the number of job definitions that fulfill given parameters. This method takes the same message body as the [Get Job Definitions (POST)](https://docs.camunda.org/manual/7.22/reference/rest/job-definition/post-query/) method and therefore it is slightly more powerful than the [Get Job Def… - [获取列表](https://docs.eorion.com/restapi/engine/job-definition/get.md): Queries for job definitions that fulfill given parameters. The size of the result set can be retrieved by using the [Get Job Definition Count](https://docs.camunda.org/manual/7.22/reference/rest/job-definition/get-query-count/) method. - [根据Id获取](https://docs.eorion.com/restapi/engine/job-definition/get-by-id.md): Retrieves a job definition by id, according to the `JobDefinition` interface in the engine. - [获取列表(POST)](https://docs.eorion.com/restapi/engine/job-definition/get-via-post.md): Queries for job definitions that fulfill given parameters. This method is slightly more powerful than the [Get Job Definitions](https://docs.camunda.org/manual/7.22/reference/rest/job-definition/get-query/) method because it allows filtering by multiple job definitions of types `String`, `Number` or… - [根据Id设置Job定义优先级](https://docs.eorion.com/restapi/engine/job-definition/set-priority-by-id.md): Sets an overriding execution priority for jobs with the given definition id. Optionally, the priorities of all the definitions' existing jobs are updated accordingly. The priority can be reset by setting it to `null`, meaning that a new job's priority will not be determined based on its definition's… - [根据Id设置Job定义重试次数](https://docs.eorion.com/restapi/engine/job-definition/set-retries-by-id.md): Sets the number of retries of all **failed** jobs associated with the given job definition id. - [根据Id激活/挂起作业](https://docs.eorion.com/restapi/engine/job/active-suspend-by-id.md): Activates or suspends a given job by id. - [激活/挂起作业](https://docs.eorion.com/restapi/engine/job/active-suspend-jobs.md): Activates or suspends jobs matching the given criterion. This can only be on of: * `jobDefinitionId` * `processDefinitionId` * `processInstanceId` * `processDefinitionKey` - [获取计数](https://docs.eorion.com/restapi/engine/job/count.md): Queries for the number of jobs that fulfill given parameters. Takes the same parameters as the [Get Jobs](https://docs.camunda.org/manual/7.22/reference/rest/job/get-query/) method. - [获取计数(POST)](https://docs.eorion.com/restapi/engine/job/count-via-post.md): Queries for jobs that fulfill given parameters. This method takes the same message body as the [Get Jobs POST](https://docs.camunda.org/manual/7.22/reference/rest/job/post- query/) method and therefore it is slightly more powerful than the [Get Job Count](https://docs.camunda.org/manual/7.22/referen… - [删除](https://docs.eorion.com/restapi/engine/job/delete.md): Deletes a job by id. - [执行作业](https://docs.eorion.com/restapi/engine/job/execute.md): Executes a job by id. **Note:** The execution of the job happens synchronously in the same thread. - [获取列表](https://docs.eorion.com/restapi/engine/job/get.md): Queries for jobs that fulfill given parameters. The size of the result set can be retrieved by using the [Get Job Count](https://docs.camunda.org/manual/7.22/reference/rest/job/get-query-count/) method. - [根据Id获取](https://docs.eorion.com/restapi/engine/job/get-by-id.md): Retrieves a job by id, according to the `Job` interface in the engine. - [获取异常堆栈](https://docs.eorion.com/restapi/engine/job/get-exception-stacktrace.md): Retrieves the exception stacktrace corresponding to the passed job id. - [获取列表(POST)](https://docs.eorion.com/restapi/engine/job/get-via-post.md): Queries for jobs that fulfill given parameters. This method is slightly more powerful than the [Get Jobs](https://docs.camunda.org/manual/7.22/reference/rest/job/get-query/) method because it allows filtering by multiple jobs of types `String`, `Number` or `Boolean`. - [重新计算作业截止日期](https://docs.eorion.com/restapi/engine/job/recalculate-due-date.md): Recalculates the due date of a job by id. - [设置作业截止日期](https://docs.eorion.com/restapi/engine/job/set-due-date.md): Updates the due date of a job by id. - [设置作业优先级](https://docs.eorion.com/restapi/engine/job/set-priority.md): Sets the execution priority of a job by id. - [设置作业重试次数](https://docs.eorion.com/restapi/engine/job/set-retries.md): Sets the retries of the job to the given number of retries by id. - [设置作业重试异步(POST)](https://docs.eorion.com/restapi/engine/job/set-retries-async.md): Create a batch to set retries of jobs asynchronously. - [关联](https://docs.eorion.com/restapi/engine/message/correlate.md): Correlates a message to the process engine to either trigger a message start event or an intermediate message catching event. Internally this maps to the engine's message correlation builder methods `MessageCorrelationBuilder#correlateWithResult()` and `MessageCorrelationBuilder#correlateAllWithRes… - [删除任务辅助角色指标](https://docs.eorion.com/restapi/engine/metrics/delete-task-worker.md): Deletes all task worker metrics prior to the given date or all if no date is provided. - [获取间隔指标](https://docs.eorion.com/restapi/engine/metrics/get.md): Retrieves a list of metrics, aggregated for a given interval. - [获取总和](https://docs.eorion.com/restapi/engine/metrics/get-sum.md): Retrieves the `sum` (count) for a given metric. - [执行迁移计划](https://docs.eorion.com/restapi/engine/migration/execute-plan.md): Executes a migration plan synchronously for multiple process instances. To execute a migration plan asynchronously, use the [Execute Migration Plan Async(Batch)](https://docs.camunda.org/manual/7.22/reference/rest/migration/execute-migration-async/) method. - [异步执行迁移计划(批处理)](https://docs.eorion.com/restapi/engine/migration/execute-plan-async.md): Executes a migration plan asynchronously (batch) for multiple process instances. To execute a migration plan synchronously, use the [Execute MigrationPlan](https://docs.camunda.org/manual/7.22/reference/rest/migration/execute-migration/) method. - [生成迁移计划](https://docs.eorion.com/restapi/engine/migration/generate-plan.md): Generates a migration plan for two process definitions. The generated migration plan contains migration instructions which map equal activities between the two process definitions. - [验证迁移计划](https://docs.eorion.com/restapi/engine/migration/validate-plan.md): Validates a migration plan statically without executing it. This corresponds to the [creation time validation](https://docs.camunda.org/manual/7.22/user-guide/process-engine/process-instance-migration/#creation-time-validation) described in the user guide. - [执行修改](https://docs.eorion.com/restapi/engine/modification/execute.md): Executes a modification synchronously for multiple process instances. To modify a single process instance, use the [Modify Process Instance Execution State](https://docs.camunda.org/manual/7.22/reference/rest/process-instance/post-modification/) method. To execute a modification asynchronously, use… - [异步执行修改(批处理)](https://docs.eorion.com/restapi/engine/modification/execute-async.md): Executes a modification asynchronously for multiple process instances. To execute a modification synchronously, use the [Execute Modification](https://docs.camunda.org/manual/7.22/reference/rest/modification/post-modification-sync/) method. - [通过Id激活/挂起](https://docs.eorion.com/restapi/engine/process-definition/active-suspend-by-id.md): Activates or suspends a given process definition by id. - [通过Key激活/挂起](https://docs.eorion.com/restapi/engine/process-definition/active-suspend-by-key.md): Activates or suspends process definitions with the given process definition key. - [通过Id激活/挂起](https://docs.eorion.com/restapi/engine/process-definition/active-suspend-by-latest.md): Activates or suspends a given process definition by latest version of process definition key which belongs to no tenant. - [通过Id激活/挂起指定Key和TenantId的流程](https://docs.eorion.com/restapi/engine/process-definition/active-suspend-by-latest-tenant.md): Activates or suspends a given process definition by the latest version of the process definition for tenant. - [获取计数](https://docs.eorion.com/restapi/engine/process-definition/count.md): Requests the number of process definitions that fulfill the query criteria. Takes the same filtering parameters as the [Get Definitions](https://docs.camunda.org/manual/7.22/reference/rest/process-definition/get-query/) method. - [删除](https://docs.eorion.com/restapi/engine/process-definition/delete.md): Deletes a process definition by id. - [通过key删除](https://docs.eorion.com/restapi/engine/process-definition/delete-by-key.md): Deletes process definitions by a given key which belong to no tenant id. - [通过Key和TenantId删除](https://docs.eorion.com/restapi/engine/process-definition/delete-by-key-tenant.md): Deletes process definitions by a given key and which belong to a tenant id. - [获取清单](https://docs.eorion.com/restapi/engine/process-definition/get.md): Queries for process definitions that fulfill given parameters. Parameters may be the properties of process definitions, such as the name, key or version. The size of the result set can be retrieved by using the [Get Definition Count](https://docs.camunda.org/manual/7.22/reference/rest/process-defin… - [获取活动实例统计信息](https://docs.eorion.com/restapi/engine/process-definition/get-activity-instance-statistics.md): Retrieves runtime statistics of the latest version of the given process definition which belongs to no tenant, grouped by activities. These statistics include the number of running activity instances, optionally the number of failed jobs and also optionally the number of incidents either grouped by… - [通过Id获取活动实例统计信息](https://docs.eorion.com/restapi/engine/process-definition/get-activity-instance-statistics-by-id.md): Retrieves runtime statistics of a given process definition, grouped by activities. These statistics include the number of running activity instances, optionally the number of failed jobs and also optionally the number of incidents either grouped by incident types or for a specific incident type. **N… - [通过Key和TenantId获取活动实例统计信息](https://docs.eorion.com/restapi/engine/process-definition/get-activity-instance-statistics-tenant.md): Retrieves runtime statistics of the latest version of the given process definition for a tenant, grouped by activities. These statistics include the number of running activity instances, optionally the number of failed jobs and also optionally the number of incidents either grouped by incident types… - [通过Id获取](https://docs.eorion.com/restapi/engine/process-definition/get-by-id.md): Retrieves a process definition according to the `ProcessDefinition` interface in the engine. - [通过key获取](https://docs.eorion.com/restapi/engine/process-definition/get-by-key.md): Retrieves the latest version of the process definition which belongs to no tenant according to the `ProcessDefinition` interface in the engine. - [通过Key和TenantId获取](https://docs.eorion.com/restapi/engine/process-definition/get-by-key-tenant.md): Retrieves the latest version of the process definition for tenant according to the `ProcessDefinition` interface in the engine. - [获取已部署的开始表单](https://docs.eorion.com/restapi/engine/process-definition/get-deployed-start-form.md): Retrieves the deployed form that can be referenced from a start event. For further information please refer to [User Guide](https://docs.camunda.org/manual/7.22/user-guide/task-forms/#embedded-task-forms). - [通过Id获取已部署的开始表单](https://docs.eorion.com/restapi/engine/process-definition/get-deployed-start-form-by-id.md): Retrieves the deployed form that can be referenced from a start event. For further information please refer to [User Guide](https://docs.camunda.org/manual/7.22/user-guide/task-forms/#embedded-task-forms). - [通过Key和TenantId获取已部署的开始表单](https://docs.eorion.com/restapi/engine/process-definition/get-deployed-start-form-tenant.md): Retrieves the deployed form that can be referenced from a start event. For further information please refer to [User Guide](https://docs.camunda.org/manual/7.22/user-guide/task-forms/#embedded-task-forms). - [获取图表](https://docs.eorion.com/restapi/engine/process-definition/get-diagram.md): Retrieves the diagram for the latest version of the process definition which belongs to no tenant. - [通过Id获取图表](https://docs.eorion.com/restapi/engine/process-definition/get-diagram-by-id.md): Retrieves the diagram of a process definition. - [通过Key和TenantId获取图表](https://docs.eorion.com/restapi/engine/process-definition/get-diagram-tenant.md): Retrieves the diagram for the latest version of the process definition for tenant. - [获取流程实例统计信息](https://docs.eorion.com/restapi/engine/process-definition/get-process-instance-statistics.md): Retrieves runtime statistics of the process engine, grouped by process definitions. These statistics include the number of running process instances, optionally the number of failed jobs and also optionally the number of incidents either grouped by incident types or for a specific incident type. **N… - [获取渲染的起始表单](https://docs.eorion.com/restapi/engine/process-definition/get-rendered-start-form.md): Retrieves the rendered form for the latest version of the process definition which belongs to no tenant. This method can be used to get the HTML rendering of a [Generated Task Form](https://docs.camunda.org/manual/7.22/user-guide/task-forms/#generated-task-forms). - [通过Id获取渲染的起始表单](https://docs.eorion.com/restapi/engine/process-definition/get-rendered-start-form-by-id.md): Retrieves the rendered form for a process definition. This method can be used to get the HTML rendering of a [Generated Task Form](https://docs.camunda.org/manual/7.22/user-guide/task-forms/#generated-task-forms). - [通过Key和TenantId获取渲染的起始表单](https://docs.eorion.com/restapi/engine/process-definition/get-rendered-start-form-tenant.md): Retrieves the rendered form for the latest version of the process definition for a tenant. This method can be used to get the HTML rendering of a [Generated Task Form](https://docs.camunda.org/manual/7.22/user-guide/task-forms/#generated-task-forms). - [获取开始表单变量](https://docs.eorion.com/restapi/engine/process-definition/get-start-form-variables.md): Retrieves the start form variables for the latest process definition which belongs to no tenant (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.22/user-guide/task-forms/#generated-task-forms) approach). The start form variables take form data specified on t… - [通过Id获取开始表单变量](https://docs.eorion.com/restapi/engine/process-definition/get-start-form-variables-by-id.md): Retrieves the start form variables for a process definition (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.22/user-guide/task-forms/#generated-task-forms) approach). The start form variables take form data specified on the start event into account. If form… - [通过Key和TenantId获取开始表单变量](https://docs.eorion.com/restapi/engine/process-definition/get-start-form-variables-tenant.md): Retrieves the start form variables for the latest process definition for a tenant (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.22/user-guide/task-forms/#generated-task-forms) approach). The start form variables take form data specified on the start event… - [获取开始表单密钥](https://docs.eorion.com/restapi/engine/process-definition/get-start-formkey.md): Retrieves the key of the start form for the latest version of the process definition which belongs to no tenant. The form key corresponds to the `FormData#formKey` property in the engine. - [通过Id获取开始表单密钥](https://docs.eorion.com/restapi/engine/process-definition/get-start-formkey-by-id.md): Retrieves the key of the start form for a process definition. The form key corresponds to the `FormData#formKey` property in the engine. - [通过Key和TenantId获取开始表单密钥](https://docs.eorion.com/restapi/engine/process-definition/get-start-formkey-tenant.md): Retrieves the key of the start form for the latest version of the process definition for a tenant. The form key corresponds to the `FormData#formKey` property in the engine. - [获取静态调用的流程定义](https://docs.eorion.com/restapi/engine/process-definition/get-static-called-process-definition.md): For the given process, returns a list of called process definitions corresponding to the `CalledProcessDefinition` interface in the engine. The list contains all process definitions that are referenced statically by call activities in the given process. This endpoint does not resolve process definit… - [通过Id获取XML](https://docs.eorion.com/restapi/engine/process-definition/get-xml-by-id.md): Retrieves the BPMN 2.0 XML of a process definition. - [获取XML](https://docs.eorion.com/restapi/engine/process-definition/get-xml-latest.md): Retrieves latest version the BPMN 2.0 XML of a process definition. - [通过Key和TenantId获取XML](https://docs.eorion.com/restapi/engine/process-definition/get-xml-latest-tenant.md): Retrieves latest version the BPMN 2.0 XML of a process definition. Returns the XML for the latest version of the process definition for tenant. - [重新启动流程实例](https://docs.eorion.com/restapi/engine/process-definition/restart-process-instance.md): Restarts process instances that were canceled or terminated synchronously. Can also restart completed process instances. It will create a new instance using the original instance information. To execute the restart asynchronously, use the [Restart Process Instance Async](https://docs.camunda.org/man… - [异步重新启动进程实例](https://docs.eorion.com/restapi/engine/process-definition/restart-process-instance-async.md): Restarts process instances that were canceled or terminated asynchronously. Can also restart completed process instances. It will create a new instance using the original instance information. To execute the restart asynchronously, use the [Restart Process Instance](https://docs.camunda.org/manual/7… - [启动实例](https://docs.eorion.com/restapi/engine/process-definition/start-instance.md): Instantiates a given process definition, starts the latest version of the process definition which belongs to no tenant. Process variables and business key may be supplied in the request body. - [通过Id启动实例](https://docs.eorion.com/restapi/engine/process-definition/start-instance-by-id.md): Instantiates a given process definition. Process variables and business key may be supplied in the request body. - [通过Key和TenantId启动实例](https://docs.eorion.com/restapi/engine/process-definition/start-instance-tenant.md): Instantiates a given process definition, starts the latest version of the process definition for tenant. Process variables and business key may be supplied in the request body. - [提交开始表单](https://docs.eorion.com/restapi/engine/process-definition/submit-start-form.md): Starts the latest version of the process definition which belongs to no tenant using a set of process variables and the business key. If the start event has Form Field Metadata defined, the process engine will perform backend validation for any form fields which have validators defined. See [Documen… - [通过Id提交开始表单](https://docs.eorion.com/restapi/engine/process-definition/submit-start-form-by-id.md): Starts a process instance using a set of process variables and the business key. If the start event has Form Field Metadata defined, the process engine will perform backend validation for any form fields which have validators defined. See [Documentation on Generated Task Forms](https://docs.camunda.… - [通过Key和TenantId提交开始表单](https://docs.eorion.com/restapi/engine/process-definition/submit-start-form-tenant.md): Starts the latest version of the process definition for a tenant using a set of process variables and the business key. If the start event has Form Field Metadata defined, the process engine will perform backend validation for any form fields which have validators defined. See [Documentation on Gene… - [更新历史记录生存时间](https://docs.eorion.com/restapi/engine/process-definition/update-httl.md): Updates history time to live for the latest version of the process definition which belongs to no tenant. The field is used within [History cleanup](https://docs.camunda.org/manual/7.22/user-guide/process-engine/history/#history-cleanup). The value of the update is mandatory by default and does not… - [通过Id更新历史记录生存时间](https://docs.eorion.com/restapi/engine/process-definition/update-httl-by-id.md): Updates history time to live for process definition. The field is used within [History cleanup](https://docs.camunda.org/manual/7.22/user-guide/process-engine/history/#history-cleanup). The value of the update is mandatory by default and does not allow `null` values. To enable them, please set the f… - [通过Key和TenantId更新历史记录生存时间](https://docs.eorion.com/restapi/engine/process-definition/update-httl-tenant.md): Updates history time to live for the latest version of the process definition for a tenant. The field is used within [History cleanup](https://docs.camunda.org/manual/7.22/user-guide/process-engine/history/#history-cleanup). - [在批处理中激活/挂起](https://docs.eorion.com/restapi/engine/process-instance/active-suspend-batch.md): Activates or suspends process instances asynchronously with a list of process instance ids, a process instance query, and/or a historical process instance query. - [通过Id激活/挂起](https://docs.eorion.com/restapi/engine/process-instance/active-suspend-by-id.md): Activates or suspends a given process instance by id. - [在组中激活/挂起](https://docs.eorion.com/restapi/engine/process-instance/active-suspend-group.md): Activates or suspends process instances by providing certain criteria: - [异步关联消息(POST)](https://docs.eorion.com/restapi/engine/process-instance/correlate-message-async.md): Correlates a message asynchronously to executions that are waiting for this message. Messages will not be correlated to process definition-level start message events to start process instances. - [获取计数](https://docs.eorion.com/restapi/engine/process-instance/count.md): Queries for the number of process instances that fulfill given parameters. - [获取计数(POST)](https://docs.eorion.com/restapi/engine/process-instance/count-via-post.md): Queries for the number of process instances that fulfill the given parameters. This method takes the same message body as the Get Instances (POST) method and therefore it is slightly more powerful than the Get Instance Count method. - [通过Id删除](https://docs.eorion.com/restapi/engine/process-instance/delete.md): Deletes a running process instance by id. - [异步删除(POST)](https://docs.eorion.com/restapi/engine/process-instance/delete-async.md): Deletes multiple process instances asynchronously (batch). - [基于历史查询异步删除(POST)](https://docs.eorion.com/restapi/engine/process-instance/delete-async-query-based.md): Deletes a set of process instances asynchronously (batch) based on a historic process instance query. - [通过名称删除流程变量](https://docs.eorion.com/restapi/engine/process-instance/delete-variable-by-name.md): Deletes a variable of a process instance by id. - [获取列表](https://docs.eorion.com/restapi/engine/process-instance/get.md): Queries for process instances that fulfill given parameters. Parameters may be static as well as dynamic runtime properties of process instances. The size of the result set can be retrieved by using the Get Instance Count method. - [获取活动实例](https://docs.eorion.com/restapi/engine/process-instance/get-activity-instance.md): Retrieves an Activity Instance (Tree) for a given process instance by id. - [通过Id获取](https://docs.eorion.com/restapi/engine/process-instance/get-by-id.md): Retrieves a process instance by id, according to the `ProcessInstance` interface in the engine. - [获取流程实例注释](https://docs.eorion.com/restapi/engine/process-instance/get-comments.md): Gets the comments for a process instance by id. - [获取流程变量(二进制)](https://docs.eorion.com/restapi/engine/process-instance/get-process-variable-binary.md): Retrieves the content of a Process Variable by the Process Instance id and the Process Variable name. Applicable for byte array or file Process Variables. - [通过名称获取](https://docs.eorion.com/restapi/engine/process-instance/get-variable-by-name.md): Retrieves a variable of a given process instance by id. - [获取流程变量](https://docs.eorion.com/restapi/engine/process-instance/get-variables.md): Retrieves all variables of a given process instance by id. - [获取列表(POST)](https://docs.eorion.com/restapi/engine/process-instance/get-via-post.md): Queries for process instances that fulfill given parameters through a JSON object. This method is slightly more powerful than the Get Instances method because it allows filtering by multiple process variables of types `string`, `number` or `boolean`. - [修改流程实例执行状态](https://docs.eorion.com/restapi/engine/process-instance/modify-process-instance-execution-state.md): Submits a list of modification instructions to change a process instance's execution state. A modification instruction is one of the following: - [异步修改流程实例执行状态](https://docs.eorion.com/restapi/engine/process-instance/modify-process-instance-execution-state-async.md): Submits a list of modification instructions to change a process instance's execution state async. A modification instruction is one of the following: - [异步设置作业重试次数(POST)](https://docs.eorion.com/restapi/engine/process-instance/set-job-retries-async.md): Create a batch to set retries of jobs associated with given processes asynchronously. - [基于历史查询异步设置作业重试次数(POST)](https://docs.eorion.com/restapi/engine/process-instance/set-job-retries-async-query-based.md): Create a batch to set retries of jobs asynchronously based on a historic process instance query. - [异步设置变量(POST)](https://docs.eorion.com/restapi/engine/process-instance/set-variables-async.md): Update or create runtime process variables in the root scope of process instances. - [修改/删除流程变量](https://docs.eorion.com/restapi/engine/process-instance/update-delete-variables.md): Updates or deletes the variables of a process instance by id. Updates precede deletions. So, if a variable is updated AND deleted, the deletion overrides the update. - [更新流程变量(二进制)](https://docs.eorion.com/restapi/engine/process-instance/update-process-variable-binary.md): Sets the serialized value for a binary variable or the binary value for a file variable. - [通过名称更新流程变量](https://docs.eorion.com/restapi/engine/process-instance/update-variable-by-name.md): Sets a variable of a given process instance by id. - [获取列表](https://docs.eorion.com/restapi/engine/schema/get.md): Queries for schema log entries that fulfill given parameters. - [获取列表(POST)](https://docs.eorion.com/restapi/engine/schema/get-via-post.md): Queries for schema log entries that fulfill given parameters. - [抛出信号](https://docs.eorion.com/restapi/engine/signal/event.md): A signal is an event of global scope (broadcast semantics) and is delivered to all active handlers. Internally this maps to the engine's signal event received builder method `RuntimeService#createSignalEvent()`. For more information about the signal behavior, see the [Signal Events](https://docs.cam… - [创建](https://docs.eorion.com/restapi/engine/task-attachment/create.md): Creates an attachment for a task. - [根据Id删除](https://docs.eorion.com/restapi/engine/task-attachment/delete.md): Removes an attachment from a task by id. - [获取列表](https://docs.eorion.com/restapi/engine/task-attachment/get.md): Gets the attachments for a task. - [根据Id获取](https://docs.eorion.com/restapi/engine/task-attachment/get-by-id.md): Retrieves a task attachment by task id and attachment id. - [根据Id获取(二进制)](https://docs.eorion.com/restapi/engine/task-attachment/get-by-id-binary.md): Retrieves the binary content of a task attachment by task id and attachment id. - [创建](https://docs.eorion.com/restapi/engine/task-comment/create.md): Creates a comment for a task by id. - [获取列表](https://docs.eorion.com/restapi/engine/task-comment/get.md): Gets the comments for a task by id. - [根据Id获取](https://docs.eorion.com/restapi/engine/task-comment/get-by-id.md): Retrieves a task comment by task id and comment id. - [创建](https://docs.eorion.com/restapi/engine/task-indentity/add.md): Adds an identity link to a task by id. Can be used to link any user or group to a task and specify a relation. - [根据Id删除](https://docs.eorion.com/restapi/engine/task-indentity/delete.md): Removes an identity link from a task by id - [获取列表](https://docs.eorion.com/restapi/engine/task-indentity/get.md): Gets the identity links for a task by id, which are the users and groups that are in *some* relation to it (including assignee and owner). - [根据Id删除](https://docs.eorion.com/restapi/engine/task-local-variable/delete.md): Removes a local variable from a task by id. - [获取列表](https://docs.eorion.com/restapi/engine/task-local-variable/get.md): Retrieves all variables of a given task by id. - [根据Id获取](https://docs.eorion.com/restapi/engine/task-local-variable/get-by-id.md): Retrieves a variable from the context of a given task by id. - [根据Id获取(二进制)](https://docs.eorion.com/restapi/engine/task-local-variable/get-by-id-binary.md): Retrieves a binary variable from the context of a given task by id. Applicable for byte array and file variables. - [更新本地任务变量](https://docs.eorion.com/restapi/engine/task-local-variable/update-by-id.md): Sets a variable in the context of a given task. - [更新本地任务变量(二进制)](https://docs.eorion.com/restapi/engine/task-local-variable/update-by-id-binary.md) - [更新/删除本地任务变量](https://docs.eorion.com/restapi/engine/task-local-variable/update-delete-variables.md): Updates or deletes the variables in the context of a task. Updates precede deletions. So, if a variable is updated AND deleted, the deletion overrides the update. - [根据Id删除](https://docs.eorion.com/restapi/engine/task-variable/delete.md): Removes a variable that is visible to a task. A variable is visible to a task if it is a local task variable or declared in a parent scope of the task. See documentation on [visiblity of variables](https://docs.camunda.org/manual/7.22/user-guide/process-engine/variables/). - [获取列表](https://docs.eorion.com/restapi/engine/task-variable/get.md): Retrieves all variables visible from the task. A variable is visible from the task if it is a local task variable or declared in a parent scope of the task. See documentation on [visiblity of variables](https://docs.camunda.org/manual/7.22/user-guide/process-engine/variables/). - [根据Id获取](https://docs.eorion.com/restapi/engine/task-variable/get-by-id.md): Retrieves a variable from the context of a given task. The variable must be visible from the task. It is visible from the task if it is a local task variable or declared in a parent scope of the task. See documentation on [visiblity of variables](https://docs.camunda.org/manual/7.22/user-guide/proce… - [根据Id获取(二进制)](https://docs.eorion.com/restapi/engine/task-variable/get-by-id-binary.md): Retrieves a binary variable from the context of a given task. Applicable for byte array and file variables. The variable must be visible from the task. It is visible from the task if it is a local task variable or declared in a parent scope of the task. See documentation on [visiblity of variables](… - [更新任务变量](https://docs.eorion.com/restapi/engine/task-variable/update-by-id.md): Updates a process variable that is visible from the Task scope. A variable is visible from the task if it is a local task variable, or declared in a parent scope of the task. See the documentation on [variable scopes and visibility](https://docs.camunda.org/manual/7.22/user-guide/process-engine/vari… - [更新任务变量(二进制)](https://docs.eorion.com/restapi/engine/task-variable/update-by-id-binary.md) - [更新/删除任务变量](https://docs.eorion.com/restapi/engine/task-variable/update-delete-variables.md): Updates or deletes the variables visible from the task. Updates precede deletions. So, if a variable is updated AND deleted, the deletion overrides the update. A variable is visible from the task if it is a local task variable or declared in a parent scope of the task. See documentation on [visiblit… - [索赔](https://docs.eorion.com/restapi/engine/task/claim.md): Claims a task for a specific user. - [完成](https://docs.eorion.com/restapi/engine/task/complete.md): Completes a task and updates process variables. - [获取计数](https://docs.eorion.com/restapi/engine/task/count.md): Retrieves the number of tasks that fulfill a provided filter. Corresponds to the size of the result set when using the [Get Tasks](https://docs.camunda.org/manual/7.22/reference/rest/task/) method. - [获取计数(POST)](https://docs.eorion.com/restapi/engine/task/count-via-post.md): Retrieves the number of tasks that fulfill the given filter. Corresponds to the size of the result set of the [Get Tasks (POST)](https://docs.camunda.org/manual/7.22/reference/rest/task/post-query/) method and takes the same parameters. - [创建](https://docs.eorion.com/restapi/engine/task/create.md): Creates a new task. - [委托](https://docs.eorion.com/restapi/engine/task/delegate.md): Delegates a task to another user. - [根据Id删除](https://docs.eorion.com/restapi/engine/task/delete.md): Removes a task by id. - [获取列表](https://docs.eorion.com/restapi/engine/task/get.md): Queries for tasks that fulfill a given filter. The size of the result set can be retrieved by using the Get Task Count method. - [根据Id获取](https://docs.eorion.com/restapi/engine/task/get-by-id.md): Retrieves a task by id. - [按候选人组获取任务计数](https://docs.eorion.com/restapi/engine/task/get-count-by-candidate-group.md): Retrieves the number of tasks for each candidate group. - [获取已部署的表单](https://docs.eorion.com/restapi/engine/task/get-deployed-form.md): Retrieves the deployed form that is referenced from a given task. For further information please refer to the [User Guide](https://docs.camunda.org/manual/7.22/user-guide/task-forms/#embedded-task-forms). - [获取表单Key](https://docs.eorion.com/restapi/engine/task/get-form-key.md): Retrieves the form key for a task. The form key corresponds to the `FormData#formKey` property in the engine. This key can be used to do task-specific form rendering in client applications. Additionally, the context path of the containing process application is returned. - [获取渲染表单](https://docs.eorion.com/restapi/engine/task/get-rendered-form.md): Retrieves the rendered form for a task. This method can be used to get the HTML rendering of a [Generated Task Form](https://docs.camunda.org/manual/7.22/user-guide/task-forms/#generated-task-forms). - [获取任务表单变量](https://docs.eorion.com/restapi/engine/task/get-task-form-variables.md): Retrieves the form variables for a task. The form variables take form data specified on the task into account. If form fields are defined, the variable types and default values of the form fields are taken into account. - [获取列表(POST)](https://docs.eorion.com/restapi/engine/task/get-via-post.md): Queries for tasks that fulfill a given filter. This method is slightly more powerful than the [Get Tasks](https://docs.camunda.org/manual/7.22/reference/rest/task/get-query/) method because it allows filtering by multiple process or task variables of types `String`, `Number` or `Boolean`. The size o… - [处理BPMN错误](https://docs.eorion.com/restapi/engine/task/handle-bpmn-error.md): Reports a business error in the context of a running task by id. The error code must be specified to identify the BPMN error handler. See the documentation for [Reporting Bpmn Error](https://docs.camunda.org/manual/7.22/reference/bpmn20/tasks/user-task/#reporting-bpmn-error) in User Tasks. - [处理BPMN升级](https://docs.eorion.com/restapi/engine/task/handle-bpmn-escalation.md): Reports an escalation in the context of a running task by id. The escalation code must be specified to identify the escalation handler. See the documentation for [Reporting Bpmn Escalation](https://docs.camunda.org/manual/7.22/reference/bpmn20/tasks/user-task/#reporting-bpmn-escalation) in User Task… - [解决](https://docs.eorion.com/restapi/engine/task/resolve.md): Resolves a task and updates execution variables. - [根据Id设置受让人](https://docs.eorion.com/restapi/engine/task/set-assignee.md): Changes the assignee of a task to a specific user. - [提交表单](https://docs.eorion.com/restapi/engine/task/submit-form.md): Completes a task and updates process variables using a form submit. There are two difference between this method and the `complete` method: - [解除认领](https://docs.eorion.com/restapi/engine/task/unclaim.md): Resets a task's assignee. If successful, the task is not assigned to a user. - [根据Id更新任务](https://docs.eorion.com/restapi/engine/task/update.md): Updates a task. - [获取计数](https://docs.eorion.com/restapi/engine/tenant/count.md): Query for tenants using a list of parameters and retrieves the count. - [创建](https://docs.eorion.com/restapi/engine/tenant/create.md): Create a new tenant. - [创建组成员](https://docs.eorion.com/restapi/engine/tenant/create-group-member.md): Creates a membership between a tenant and a group. - [创建组成员](https://docs.eorion.com/restapi/engine/tenant/create-group-membership.md): Creates a membership between a tenant and a group. - [创建用户成员](https://docs.eorion.com/restapi/engine/tenant/create-user-member.md): Creates a membership between a tenant and an user. - [创建用户成员](https://docs.eorion.com/restapi/engine/tenant/create-user-membership.md): Creates a membership between a tenant and an user. - [删除](https://docs.eorion.com/restapi/engine/tenant/delete.md): Deletes a tenant by id. - [删除组成员](https://docs.eorion.com/restapi/engine/tenant/delete-group-member.md): Creates a membership between a tenant and a group. - [删除组成员](https://docs.eorion.com/restapi/engine/tenant/delete-group-membership.md): Creates a membership between a tenant and a group. - [删除用户成员](https://docs.eorion.com/restapi/engine/tenant/delete-user-member.md): Deletes a membership between a tenant and an user. - [删除用户成员](https://docs.eorion.com/restapi/engine/tenant/delete-user-membership.md): Deletes a membership between a tenant and an user. - [获取列表](https://docs.eorion.com/restapi/engine/tenant/get.md): Query for a list of tenants using a list of parameters. The size of the result set can be retrieved by using the [Get Tenant Count](https://docs.camunda.org/manual/7.22/reference/rest/tenant/get-query-count/) method. - [根据Id获取](https://docs.eorion.com/restapi/engine/tenant/get-by-id.md): Retrieves a tenant. - [更新](https://docs.eorion.com/restapi/engine/tenant/update.md): Updates a given tenant. - [获取计数](https://docs.eorion.com/restapi/engine/user/count.md): Queries for the number of deployments that fulfill given parameters. Takes the same parameters as the [Get Users](https://docs.camunda.org/manual/7.22/reference/rest/user/get-query/) method. - [创建](https://docs.eorion.com/restapi/engine/user/create.md): Create a new user. - [删除](https://docs.eorion.com/restapi/engine/user/delete.md): Deletes a user by id. - [获取列表](https://docs.eorion.com/restapi/engine/user/get.md): Query for a list of users using a list of parameters. The size of the result set can be retrieved by using the Get User Count method. [Get User Count](https://docs.camunda.org/manual/7.22/reference/rest/user/get-query-count/) method. - [获取个人资料](https://docs.eorion.com/restapi/engine/user/get-profile.md): Retrieves a user's profile. - [解锁用户](https://docs.eorion.com/restapi/engine/user/unlock.md): Unlocks a user by id. - [更新凭据](https://docs.eorion.com/restapi/engine/user/update-credentials.md): Updates a user's credentials (password) - [更新个人资料](https://docs.eorion.com/restapi/engine/user/update-profile.md): Updates the profile information of an already existing user. - [获取计数](https://docs.eorion.com/restapi/engine/variable-instance/count.md): Query for the number of variable instances that fulfill given parameters. Takes the same parameters as the [Get Variable Instances](https://docs.camunda.org/manual/7.22/reference/rest/variable-instance/get-query/) method. - [获取计数(POST)](https://docs.eorion.com/restapi/engine/variable-instance/count-via-post.md): Query for the number of variable instances that fulfill given parameters. This method takes the same message body as the [Get Variable Instances POST](https://docs.camunda.org/manual/7.22/reference/rest/variable- instance/post-query/) method and therefore it is slightly more powerful than the [Get V… - [获取列表](https://docs.eorion.com/restapi/engine/variable-instance/get.md): Query for variable instances that fulfill given parameters. Parameters may be the properties of variable instances, such as the name or type. The size of the result set can be retrieved by using the [Get Variable Instance Count](https://docs.camunda.org/manual/7.22/reference/rest/variable-instance/g… - [根据Id获取](https://docs.eorion.com/restapi/engine/variable-instance/get-by-id.md): Retrieves a variable by id. - [根据Id获取(二进制)](https://docs.eorion.com/restapi/engine/variable-instance/get-by-id-binary.md): Retrieves the content of a variable by id. Applicable for byte array and file variables. - [获取列表(POST)](https://docs.eorion.com/restapi/engine/variable-instance/get-via-post.md): Query for variable instances that fulfill given parameters through a JSON object. This method is slightly more powerful than the [Get Variable Instances](https://docs.camunda.org/manual/7.22/reference/rest/variable- instance/get-query/) method because it allows filtering by multiple variable instanc… - [获取REST API版本](https://docs.eorion.com/restapi/engine/version/get.md): Retrieves the version of the Rest API. ## OpenAPI Specs - [openapi](https://docs.eorion.com/restapi/openapi.json) ## Optional - [社区资讯](https://www.oriorion.com/event.html) - [博客](https://www.oriorion.com/news.html)