⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 processdefinition.xml

📁 工作流
💻 XML
字号:
<?xml version="1.0"?>

<process-definition>

  <name>Hello world 3</name>
  <description>This is the simples process.</description>

  <start-state name="start">
    <transition to="first activity state" />
  </start-state>

  <end-state name="end" />
  
  <attribute name="evaluation result" serializer="NetBpm.Workflow.Delegation.Impl.Serializer.EvaluationSerializer, NetBpm" />
  <attribute name="the text attrib" type="text" initial-value=":-)" />

  <activity-state name="first activity state">
    <description>this is the first state</description>
    <assignment handler="NetBpm.Workflow.Delegation.Impl.Assignment.AssignmentExpressionResolver, NetBpm">
      <parameter name="expression">processInitiator</parameter>
    </assignment>
    <transition to="end">
      <action event="transition" handler="NetBpm.Example.Delegate.HelloWorldAction, NetBpm.Example" />
    </transition>
  </activity-state>
  
</process-definition>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -