Skip to content

Commit

Permalink
Update synthetic.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
vlussenburg authored May 10, 2019
1 parent b55c322 commit 8f6616b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/synthetic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

<property name="formName" category="input" label="Form Name" required="true"/>
<property name="entryId" category="input" label="Entry Id" required="true"/>
<property name="statusField" category="input" label="Status Field" default="Status" hidden="true"/>
<property name="statusField" category="input" label="Status Field" default="Status" description="Name of the Status field for this form"/>

<property name="status" category="output"/>
</type>
Expand All @@ -88,7 +88,7 @@

<property name="formName" category="input" label="Form Name" default="CHG:ChangeInterface" required="true"/>
<property name="entryId" category="input" label="Entry Id" required="true"/>
<property name="statusField" category="input" label="Status Field" default="Status" hidden="true"/>
<property name="statusField" category="input" label="Status Field" default="Status" description="Name of the Status field for this form"/>

<property name="pollInterval" category="input" kind="integer" label="Polling Interval" required="true" default="30"/>
<property name="checkForStatus" category="input" label="Status Value to check for" required="true"/>
Expand Down

0 comments on commit 8f6616b

Please sign in to comment.