MCPcopy Create free account
hub / github.com/chainjet/platform / beforeCreate

Function beforeCreate

libs/definitions/src/operation-trigger.ts:26–32  ·  view source on GitHub ↗
(
    workflowTrigger: Partial<WorkflowTrigger>,
    integrationTrigger: IntegrationTrigger,
    accountCredential: AccountCredential | null,
  )

Source from the content-addressed store, hash-verified

24 abstract run(opts: OperationRunOptions): Promise<RunResponse | Observable<RunResponse> | null> | null
25
26 beforeCreate(
27 workflowTrigger: Partial<WorkflowTrigger>,
28 integrationTrigger: IntegrationTrigger,
29 accountCredential: AccountCredential | null,
30 ): Promise<Partial<WorkflowTrigger>> | null {
31 return null
32 }
33
34 beforeUpdate(
35 update: Partial<WorkflowTrigger>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected