Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Nov 16, 2015
1 parent a213e90 commit b73a369
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions org.imixs.eclipse.bpmn2.plugin/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,12 @@
type="IntermediateCatchEvent">
<property
description="Workflow Activity ID"
label="ID"
label="ID-Catch"
name="activityid"
type="EInt"
value="0">
</property>
</customTask>



<customTask
category="Imixs-Workflow"
description="The Workflow Event describes the activities to be processed by the Imixs-Workflow Engine when this event is triggered. A Workflow Event can be triggered by a human user or an external event like a timer event."
Expand All @@ -75,7 +72,7 @@
type="IntermediateThrowEvent">
<property
description="Workflow Activity ID"
label="ID"
label="ID-Throw"
name="activityid"
type="EInt"
value="0">
Expand All @@ -85,7 +82,6 @@


<!-- Activity Tabs
-->
<propertyTab
class="org.imixs.bpmn.ui.event.WorkflowPropertySection"
Expand Down

0 comments on commit b73a369

Please sign in to comment.