Method: OpenWFE::Extras::Workitem#full_fei

Defined in:
lib/openwfe/extras/participants/activeparticipants.rb

#full_feiObject

Returns the flow expression id of this work (its unique OpenWFEru identifier) as a FlowExpressionId instance. (within the Workitem it’s just stored as a String).



163
164
165
166
# File 'lib/openwfe/extras/participants/activeparticipants.rb', line 163

def full_fei

    OpenWFE::FlowExpressionId.from_s(fei)
end