<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Adding Field to Workflow Manager Table in ArcGIS Workflow Manager Questions</title>
    <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-field-to-workflow-manager-table/m-p/294149#M614</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laurens. There are 2 information I want to add:&lt;BR /&gt;1. The percentage of a job to the entire process of workflow. So far, workflow manager only can monitor the percentage for each job, but not for the entire workflow. So i would like to add the percentage of every job types to the entire process of workflow.&lt;BR /&gt;2. I want to add a field which will determine whether the job is on time or not. Actually, workflow manager client already provide that information by showing "pending days." However, i can't find where is the "pending days" information stored in the database.&lt;BR /&gt;&lt;BR /&gt;I've tried using extended properties. However, since i also want to add a new field in JTX_JOB_TYPES table, i think extended properties can't fulfill my needs.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Naufal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Nov 2018 03:14:43 GMT</pubDate>
    <dc:creator>NaufalIhsan1</dc:creator>
    <dc:date>2018-11-23T03:14:43Z</dc:date>
    <item>
      <title>Adding Field to Workflow Manager Table</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-field-to-workflow-manager-table/m-p/294147#M612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Another question about workflow manager.&amp;nbsp;Is it okay to add a field to one of Workflow Manager Tables (e.g. JTX_JOBS or JTX_JOB_TYPES table)? Is there any drawback will be happened either in the desktop version or in the server version?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Naufal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2018 03:03:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-field-to-workflow-manager-table/m-p/294147#M612</guid>
      <dc:creator>NaufalIhsan1</dc:creator>
      <dc:date>2018-11-21T03:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Field to Workflow Manager Table</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-field-to-workflow-manager-table/m-p/294148#M613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My recommendation would be not to tamper with the JTX_ system tables. Those are managed by ArcGIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question is what type of information you would like to add? Have a look at the extended property mechanism.&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is the&amp;nbsp;out-of-the-box functionality available to add custom attributes. Extended property&amp;nbsp;attributes are stored in a custom table and linked to your job by a job id link field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Laurens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2018 12:53:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-field-to-workflow-manager-table/m-p/294148#M613</guid>
      <dc:creator>deleted-user-59NIbCq7H8Ve</dc:creator>
      <dc:date>2018-11-22T12:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Field to Workflow Manager Table</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-field-to-workflow-manager-table/m-p/294149#M614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laurens. There are 2 information I want to add:&lt;BR /&gt;1. The percentage of a job to the entire process of workflow. So far, workflow manager only can monitor the percentage for each job, but not for the entire workflow. So i would like to add the percentage of every job types to the entire process of workflow.&lt;BR /&gt;2. I want to add a field which will determine whether the job is on time or not. Actually, workflow manager client already provide that information by showing "pending days." However, i can't find where is the "pending days" information stored in the database.&lt;BR /&gt;&lt;BR /&gt;I've tried using extended properties. However, since i also want to add a new field in JTX_JOB_TYPES table, i think extended properties can't fulfill my needs.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Naufal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2018 03:14:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-field-to-workflow-manager-table/m-p/294149#M614</guid>
      <dc:creator>NaufalIhsan1</dc:creator>
      <dc:date>2018-11-23T03:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Field to Workflow Manager Table</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-field-to-workflow-manager-table/m-p/294150#M615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In short, would you like to report over multiple jobs? Then I would suggest you look at the reporting functionality.&lt;/P&gt;&lt;P&gt;With SQL queries you can dynamically present information about multiple jobs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover the pending days will change over time, if you want to store this information as a&amp;nbsp;value in a table you would have to update it every day. A report query or database view would be a better alternative.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2018 08:33:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-field-to-workflow-manager-table/m-p/294150#M615</guid>
      <dc:creator>deleted-user-59NIbCq7H8Ve</dc:creator>
      <dc:date>2018-11-23T08:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Field to Workflow Manager Table</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-field-to-workflow-manager-table/m-p/294151#M616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naufal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We don't encourage adding fields to the existing Workflow Manager tables as it can result in corruption and at the very least puts you in an unsupported state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think what you actually need to explore is the concept of the parent/child relationship. You need to make a parent job type (A) that you can associate all the jobs from this particular job type you're interested in (B). You can then report on B as a function of all the underlying A jobs, and even add the A jobs into a workflow for B as dependencies to help cement the relationships.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this doesn't resonate I'd be interested in learning more about the particular use case you're trying to solve &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2018 20:04:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-field-to-workflow-manager-table/m-p/294151#M616</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-11-29T20:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Field to Workflow Manager Table</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-field-to-workflow-manager-table/m-p/294152#M617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laurens.&lt;/P&gt;&lt;P&gt;Sadly, I am not really good with SQL Queries &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt;. But thanks for the advice, i will check the reporting functionality.&lt;/P&gt;&lt;P&gt;As for the pending days information, actually, i only want to determine the difference between the end date (when the job is closed) and the due date (the job's deadline). Although, yes, i have to run a field calculator every time a job is closed to get the number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2018 09:19:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-field-to-workflow-manager-table/m-p/294152#M617</guid>
      <dc:creator>NaufalIhsan1</dc:creator>
      <dc:date>2018-11-30T09:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Field to Workflow Manager Table</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-field-to-workflow-manager-table/m-p/294153#M618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;BR /&gt;I think the parent/child relationship will not solve the problem (I've tried before).&lt;BR /&gt;&lt;BR /&gt;The goals is, i want to determine how many percentage does a job give to the whole work process. Since workflow manager only give the percentage for each job, my idea is to add new field to define the "weight" of a job to the whole work process (the whole percentage will be complete percentage of a job * the weight of the job).&lt;BR /&gt;&lt;BR /&gt;So far, I've added a new field to the JTX_JOB_TYPES, and it is turned out to be fine. However, if you have any other way to reach the aforementioned goals, i'm open to any suggestions.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Naufal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2018 08:07:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/adding-field-to-workflow-manager-table/m-p/294153#M618</guid>
      <dc:creator>NaufalIhsan1</dc:creator>
      <dc:date>2018-12-26T08:07:05Z</dc:date>
    </item>
  </channel>
</rss>

