WorkflowItem.flags

Description

An enumerable object describing the current WorkflowItem's (activity's) flags.

Syntax

WorkflowItem.flags

Methods

Method Description
[applicable]( kind ) Returns the list of applicable configured flags of specified kind for the activity.
[active]( kind ) Returns the list of active configured flags of specified kind for the activity.
[add]( flag )
[add]( flagData )
Marks the activity with a flag. Returns new flag.
[update]( flagData ) Updates a flag on the activity. Returns updated flag.
[remove]( flag )
[remove]( id )
Unflag the activity.

Example Usage(s)

the following code will be used throughout the examples below

Getting available Flags
Getting active flags
Adding a flag
Adding a flag from applicable
Removing a flag
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.