tridion-sites-extensions-api-docs

Home > @tridion-sites/models > TridionActivityDefinition > nextActivityDefinitions

TridionActivityDefinition.nextActivityDefinitions property

Potential next activities in the Workflow. Will be undefined if the Activity Definition is read stand-alone. In the context of a Process Definition it will be set.

The collection should be empty if this represents the last activity or it should contain exactly one activity, unless this represents a decision. Note that the next activity should be identified (linked) by title, not by Id.

Signature:

get nextActivityDefinitions(): ReadonlyArray<Link> | undefined;