Participant.releaseAttachment(attach)

Releases the locked attachment. Although the most common way to handle the attachments are directly from the Work Portal instance panel, from the attachment section; you can also manage them from an FBL. For example: // Release all working attachments (locked by the current participant) for each p in participant.attachments do releaseAttachment(participant, attach : p) end

Arguments:

Name Type Description Mode
attach Fuego.Lib.Attachment attachment to unlock in