Expand my Community achievements bar.

SOLVED

workflow nodes are getting recorded/overwritten on the /etc/workflow/instances node and not under /etc/workflow/instances/<DATE>/model-********** nodes

Avatar

Level 2

Hi CQ Gurus,

        we are seeing some weird behavior all of a sudden in our testing env. We are seeing that when the workflows are getting started the workflow nodes are not getting created under /etc/workflow/instances/<DATE>/model-**** but the worflow data is getting recorded on the node /etc/workflow/instances.  The firebug  reports a post call to http://host:port/etc/workflow/instances and the response is below 

 

<html>
<head>
    <title>Content modified /etc/workflow/instances</title>
</head>
    <body>
    <h1>Content modified /etc/workflow/instances</h1>
    <table>
        <tbody>
            <tr>
                <td>Status</td>
                <td><div id="Status">200</div></td>
            </tr>
            <tr>
                <td>Message</td>
                <td><div id="Message">OK</div></td>
            </tr>
            <tr>
                <td>Location</td>
                <td><a href="https://forums.adobe.com/salescms/salesetc/workflow/instances" id="Location">/salescms/salesetc/workflow/instances</a></td>
            </tr>
            <tr>
                <td>Parent Location</td>
                <td><a href="https://forums.adobe.com/salescms/salesetc/workflow" id="ParentLocation">/salescms/salesetc/workflow</a></td>
            </tr>
            <tr>
                <td>Path</td>
                <td><div id="Path">/etc/workflow/instances</div></td>
            </tr>
            <tr>
                <td>Referer</td>
                <td><a href="http://ecomtest14-author.bodc.att.com:14350/siteadmin" id="Referer">http://ecomtest14-author.bodc.att.com:14350/siteadmin</a></td>
            </tr>
            <tr>
                <td>ChangeLog</td>
                <td><div id="ChangeLog">&lt;pre&gt;modified("/etc/workflow/instances/payloadType");&lt;br/&gt;modified("/etc/workflow/instances/model");&lt;br/&gt;modified("/etc/workflow/instances/payload");&lt;br/&gt;&lt;/pre&gt;</div></td>
            </tr>
        </tbody>
    </table>
    <p><a href="http://ecomtest14-author.bodc.att.com:14350/siteadmin">Go Back</a></p>
    <p><a href="https://forums.adobe.com/salescms/salesetc/workflow/instances">Modified Resource</a></p>
    <p><a href="https://forums.adobe.com/salescms/salesetc/workflow">Parent of Modified Resource</a></p>
    </body>
</html>

1 Accepted Solution

Avatar

Correct answer by
Level 2

This issue  fixed, the workflow/instances node was missing a resource Type and jcr title. Not sure though how this was missing.

Thanks for your attention.

Regards

Rama.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

This issue  fixed, the workflow/instances node was missing a resource Type and jcr title. Not sure though how this was missing.

Thanks for your attention.

Regards

Rama.