Dynamically adding resource to workflow
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2006 05:54 AM
Hello,
I'm want to dynamically add a resource (to the workflow package) through javascript.
I found the add_package_item item action.
Is this the right action to do this and how do i execute and add content with javascript with this action?
I'm want to dynamically add a resource (to the workflow package) through javascript.
I found the add_package_item item action.
Is this the right action to do this and how do i execute and add content with javascript with this action?
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2006 11:26 AM
I found the add_package_item item action.
add_package_item is an action group name. An action group controls what's available in the UI.
If you want to add resources to a workflow packagein code, you can use javascript within your workflow definition.
Please see http://wiki.alfresco.com/wiki/WorkflowAdministration#Step_3:_Add_Behaviour_to_the_Process_Definition and http://wiki.alfresco.com/wiki/JavaScript_API
