mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-01 04:38:50 +02:00
Process copy markup when card creating (#10149)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { Card } from '@hcengineering/card'
|
||||
import { Doc, MeasureContext, PersonId, Ref, Timestamp, Tx, TxOperations, WorkspaceUuid } from '@hcengineering/core'
|
||||
import { Execution, ExecutionError, MethodParams, Trigger, UserResult } from '@hcengineering/process'
|
||||
import { CollaboratorClient } from '@hcengineering/collaborator-client'
|
||||
|
||||
export type ExecuteFunc = (
|
||||
params: MethodParams<Doc>,
|
||||
@@ -41,6 +42,7 @@ export interface ProcessMessage {
|
||||
export interface ProcessControl {
|
||||
ctx: MeasureContext
|
||||
client: TxOperations
|
||||
collaboratorFactory: () => CollaboratorClient
|
||||
cache: Map<string, any>
|
||||
messageContext: Record<string, any>
|
||||
workspace: WorkspaceUuid
|
||||
|
||||
Reference in New Issue
Block a user