Documentation

FeatureFlags
in package

FinalYes

Feature flags help to smoothly introduce behavior changes that may affect existing workflows.

Also, there may be experimental features that are in the testing phase.

The flags should be set before the SDK classes are initialized.

Table of Contents

Properties

$warnOnWorkflowUnfinishedHandlers  : bool
Warn about running Signal and Update handlers on Workflow finish.
$workflowDeferredHandlerStart  : bool
Workflow handler must be called after all signals of the same tick are processed.

Properties

$warnOnWorkflowUnfinishedHandlers

Warn about running Signal and Update handlers on Workflow finish.

public static bool $warnOnWorkflowUnfinishedHandlers = true

It uses error_log() function to output a warning message.


        
On this page

Search results