Skip to content

Commit

Permalink
more updated to task-specific attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tihomir Surdilovic committed Jul 16, 2012
1 parent fa5a905 commit c81fcd2
Showing 1 changed file with 8 additions and 2 deletions.
Expand Up @@ -729,6 +729,7 @@
"description_ja":"InputSetは、データ入力の有効なセットを合わせて定義するDataInputエレメントのコレクションです。", "description_ja":"InputSetは、データ入力の有効なセットを合わせて定義するDataInputエレメントのコレクションです。",
"readonly":false, "readonly":false,
"optional":true, "optional":true,
"fortasktypes":"None|Send|Receive|User|Manual|Service"
/** "complexItems": [ /** "complexItems": [
{ {
"id":"name", "id":"name",
Expand Down Expand Up @@ -765,6 +766,7 @@
"description_ja":"OutputSet は、アクティビティまたはイベントの出力としてまとめて生成されるDataOutputs要素のコレクションです。", "description_ja":"OutputSet は、アクティビティまたはイベントの出力としてまとめて生成されるDataOutputs要素のコレクションです。",
"readonly":false, "readonly":false,
"optional":true, "optional":true,
"fortasktypes":"None|Send|Receive|User|Manual|Service"
/** "complexItems": [ /** "complexItems": [
{ {
"id":"name", "id":"name",
Expand Down Expand Up @@ -839,6 +841,7 @@
"description":"", "description":"",
"readonly":false, "readonly":false,
"optional":true, "optional":true,
"fortasktypes":"None|Send|Receive|User|Manual|Service"
/** "complexItems": [ /** "complexItems": [
{ {
"id":"to", "id":"to",
Expand Down Expand Up @@ -1722,6 +1725,7 @@
"description_ja":"スクリプト言語を定義します。スクリプトを使用する場合は、スクリプト言語を指定する必要があります。", "description_ja":"スクリプト言語を定義します。スクリプトを使用する場合は、スクリプト言語を指定する必要があります。",
"readonly":false, "readonly":false,
"optional":true, "optional":true,
"fortasktypes":"None|Send|Receive|User|Manual|Service|Script",
"items": [ "items": [
{ {
"id": "c1", "id": "c1",
Expand Down Expand Up @@ -2987,7 +2991,8 @@
"description":"on entry actions", "description":"on entry actions",
"description_ja":"アクション開始時", "description_ja":"アクション開始時",
"readonly":false, "readonly":false,
"optional":true "optional":true,
"fortasktypes":"None|Send|Receive|User|Manual|Service|Script"
}, },
{ {
"id":"onExitActions", "id":"onExitActions",
Expand All @@ -2997,7 +3002,8 @@
"description":"on exit actions", "description":"on exit actions",
"description_ja":"アクション終了時", "description_ja":"アクション終了時",
"readonly":false, "readonly":false,
"optional":true "optional":true,
"fortasktypes":"None|Send|Receive|User|Manual|Service|Script"
}, },
{ {
"id":"taskname", "id":"taskname",
Expand Down

0 comments on commit c81fcd2

Please sign in to comment.