Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
How to update the attachment in the existing workflow? (Java LAPI)
Julia_Kuznetsov_(modususer1_-_(deleted))
I want to add an attachment (an Html file) while starting a new workflow via LAPI. Then I'd like to be able to update this attachment using LAPI as well.
Find more posts tagged with
Comments
Sander_Hofman_(shofman@opentext.com_(Delete)_24724
LL_StartWorkflow: to start the workflow (with a attachement )listLL_AccessWorkPackage: to access an existing wf packageYou can then add any new attachements to the workflow package value object and use LL_UpdateWorkPackage to update the package.