Skip to content

Commit

Permalink
Update section title and table headers for kaleo workflow context var…
Browse files Browse the repository at this point in the history
…iables
  • Loading branch information
Jim Hinkey committed Nov 2, 2012
1 parent bd088d3 commit 813492f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions devGuide/en/chapters/08-liferay-ide.markdown
Expand Up @@ -1250,7 +1250,7 @@ Velocity editor you installed. In the next section, you can view a list of
workflow and service context content that can be used when creating a customized
script or template.

#### Workflow context variables and service context content [](id=lp-6-1-dgen08-workflow-context-variables-and-service-context-content-0)
#### Workflow Context and Service Context Variables [](id=lp-6-1-dgen08-workflow-context-and-service-context-variables-0)

The purpose of a context variable is to provide a uniform variable that can be
inserted into templates and scripts. A context variable, when executed, is
Expand All @@ -1270,7 +1270,7 @@ variables because service context keys depend on asset type, while context
variables do not. Also, note the `*`'s which indicate context variables that
depend on workflow activity.

|  Workflow Context Variables |||
|  *Workflow* Context Variables |||
Key | Type | Description |
------ | ---------- | ------------------|
`companyId` |   java.lang.String    | Primary key of the company |
Expand All @@ -1284,7 +1284,7 @@ depend on workflow activity.
`userId` |   java.lang.String | Primary key of the assigned user |
---

|  *Web Content* Service Context content - obtain via key serviceContext |||
|  *Web Content* Service Context Variables - obtain via key serviceContext |||
Key | Type | Description |
------ | ---------- | ------------------|
`articleId` |   java.lang.String    | Primary key of the web content |
Expand Down Expand Up @@ -1330,7 +1330,7 @@ depend on workflow activity.
`workflowAction` |   java.lang.String | Numerical value for the workflow action in progress (e.g. 1) |
---

|  *Blog Entry* Service Context content - obtain via key serviceContext |||
|  *Blog Entry* Service Context Variables - obtain via key serviceContext |||
Key | Type | Description |
------ | ---------- | ------------------|
`assetLinkEntryIds` |   java.lang.String    | Primary keys of the asset entries linked to the blog entry |
Expand All @@ -1355,7 +1355,7 @@ depend on workflow activity.
`workflowAction` |   java.lang.String | Numerical value for the workflow action in progress (e.g. 2) |
---

|  *Message Board Message* Service Context content - obtain via key serviceContext |||
|  *Message Board Message* Service Context Variables - obtain via key serviceContext |||
Key | Type | Description |
------ | ---------- | ------------------|
`anonymous` |   java.lang.String | Boolean variable indicating if message is anonymous (e.g. true) |
Expand Down

0 comments on commit 813492f

Please sign in to comment.