Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jbpm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
opensource
jbpm
Commits
5a5b1508
Commit
5a5b1508
authored
14 years ago
by
Tihomir Surdilovic
Browse files
Options
Downloads
Patches
Plain Diff
update to docs to use .wid extension for work item configs
parent
f1360739
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
jbpm-docs/src/main/docbook/en-US/Chapter-DomainSpecificProcesses/Chapter-DomainSpecificProcesses.xml
+4
-4
4 additions, 4 deletions
...mainSpecificProcesses/Chapter-DomainSpecificProcesses.xml
with
4 additions
and
4 deletions
jbpm-docs/src/main/docbook/en-US/Chapter-DomainSpecificProcesses/Chapter-DomainSpecificProcesses.xml
+
4
−
4
View file @
5a5b1508
...
...
@@ -88,7 +88,7 @@ and the display name of the work item.</para>
<para>
In our example we will use MVEL for reading in the configuration file,
which allows us to do more advanced configuration files. This file must be placed in the project
classpath in a directory called META-INF. Our MyWorkDefinitions.
conf
file
classpath in a directory called META-INF. Our MyWorkDefinitions.
wid
file
looks like this:
</para>
<programlisting>
...
...
@@ -113,11 +113,11 @@ import org.drools.process.core.datatype.impl.type.StringDataType;
<para>
The project directory structure could then look something like this:
</para>
<programlisting>
project/src/main/resources/META-INF/MyWorkDefinitions.
conf
project/src/main/resources/META-INF/MyWorkDefinitions.
wid
</programlisting>
<para>
You might now want to create your own icons to go along with your new work definition.
To add these you will need .gif images with a pixel size of 16x16. Place them in a directory
To add these you will need .gif
or .png
images with a pixel size of 16x16. Place them in a directory
outside of the META-INF directory, for example as follows:
</para>
<programlisting>
...
...
@@ -135,7 +135,7 @@ definitions (separated usings spaces). For example, include a drools.rulebase.co
the META-INF directory of your project and add the following line:
</para>
<programlisting>
drools.workDefinitions = MyWorkDefinitions.
conf
drools.workDefinitions = MyWorkDefinitions.
wid
</programlisting>
<para>
This will replace the default domain specific node types EMAIL and LOG with the newly
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment