Bitrix API

Runtime uses WriterDebugTrack

Table of Contents

Methods

getCurrentWorkflowId()  : string|null
getTarget()  : BaseTarget
onDocumentAdd()  : void
Document creation handler.
onDocumentMove()  : void
Document moving handler.
onDocumentStatusChanged()  : void
Document status changed handler.
onFieldsChanged()  : mixed
runDocumentStatus()  : string|null
setTarget()  : mixed

Methods

getCurrentWorkflowId()

public getCurrentWorkflowId() : string|null
Return values
string|null

onDocumentAdd()

Document creation handler.

public onDocumentAdd([Context|null $context = null ]) : void
Parameters
$context : Context|null = null
Tags
throws
InvalidOperationException

onDocumentMove()

Document moving handler.

public onDocumentMove() : void

onDocumentStatusChanged()

Document status changed handler.

public onDocumentStatusChanged() : void
Tags
throws
InvalidOperationException

onFieldsChanged()

public onFieldsChanged(array<string|int, mixed> $changes) : mixed
Parameters
$changes : array<string|int, mixed>

runDocumentStatus()

public runDocumentStatus([string $preGeneratedWorkflowId = null ]) : string|null
Parameters
$preGeneratedWorkflowId : string = null
Return values
string|null

        
On this page

Search results