KMP PHP API Reference

AwardsWorkflowProvider
in package

Registers award recommendation workflow triggers, actions, conditions, and entities with the workflow registries.

Table of Contents

Constants

SOURCE  : mixed = 'Awards'

Methods

register()  : void
Register all award workflow components.
feedbackPayloadSchema()  : array<string, array<string, mixed>>
Build the common workflow trigger schema for recommendation feedback events.
registerActions()  : void
registerApproverResolvers()  : void
Register dynamic approver resolvers supplied by Awards.
registerConditions()  : void
registerEntities()  : void
registerTriggers()  : void

Constants

Methods

feedbackPayloadSchema()

Build the common workflow trigger schema for recommendation feedback events.

private static feedbackPayloadSchema([array<string, array<string, mixed>> $extra = [] ]) : array<string, array<string, mixed>>
Parameters
$extra : array<string, array<string, mixed>> = []

Event-specific fields.

Return values
array<string, array<string, mixed>>

registerApproverResolvers()

Register dynamic approver resolvers supplied by Awards.

private static registerApproverResolvers() : void
On this page

Search results