Related Action referring to Ghost Process Model version

I fixed my Process Model with help from the forums. When I ran the Record Related Action that was using it, I realized older version of my Process Model was getting picked.

So I made sure my latest corrected Process Model version had been published. It was and all older versions showed disabled. For good measure I deleted my Related Action on my Record and recreated it. Same problem. I know for sure the last but one version of my Process Model getting picked because when I monitor the instance and look at Variables in Process Details, I see the debug variables I had introduced.

In frustration, I deleted all previous versions of Process Model and only kept the one which works and which does not have any debug process variables. Once again, I deleted Record Related Action and created it again. For good measure, I also unpublished Application and published again.

I ran my Related Action again. SAME Problem. How in the world is my Related Action able to find a non-existent version of my Process Model and instantiate it?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    For sanity sake, how about creating a new PM that has nothing to do with any that have come before.  Let it be just start node and end node.  Configure the related action to run that PM and do nothing instead of whatever it was doing.  Confirm that you can at least do that.

    Afterward, try reconfiguring your related action to use the new PM you've been trying to get it to run.

  • Great advice. I thought the same thing. The behavior is consistent. I've done this 3 times since morning.

    I created a dummy CDT, a dummy process with User Input Task, a dummy interface form. Saved. Published.

    I debugged process model, went To Tempo Tasks, completed User Input Task. Looked in my database table for record. All good.

    I went to process model. Pretended to change something. Literally, I checked the 

    • Allow the value for the variable to be provided when starting a process

    option, then immediately unchecked it. Saved Properties. Saved PM. Published. So NO Change really.

    I debugged process model. Task will not show up in Tempo.

    I created new application. Did everything all over again. First time works. After pretending to change PM, second time it fails.

    Then one more time I repeated the process. 2nd publish...wrecks it.

    I'm seeing such inconsistencies with my Appian for the last 2 weeks I've been actively learning. I've published and unpublished the application. No dice (while this trick has worked in the past).

    I really don't know what to do. I apologize to anyone reading this if I'm wasting their time.

  • 0
    Certified Lead Developer
    in reply to appianfreak
    I'm seeing such inconsistencies with my Appian

    By any chance are you running a local install that you installed yourself?  In the past I've seen cases where incomplete / incorrect configurations result in weird / inconsistent behavior on the front end.

Reply Children
  • No its a testbed environment setup in my organization so folks such as I can go learn.

    One thing I did learn is sometimes when debugging within Process Modeler, it picks up the draft version. I've learnt that the hard way. I do know I'm picking up the current process model version now (v 23.0 since I've been thinking my Process Model changes not getting saved).

    One clue I have when I know Task is not going to show up in Tempo is this. The Instance shows up in Appian Designer Monitoring tab, BUT inside the Process Designer Process Instances tab, it is not visible. Anytime this happens Task item will not show in Tempo. Nevermind that if I click the Instance from Appian Designer Monitoring tab, it will open up in Process Designer, and I can check the properties and I can SEE my User Input Task, while if I go and check Process Intances in Process Designer, I still don't see the instance!.

    So I know the symptoms that tell me I'm going to have a problem, but the cause still eludes me. Sometimes unpublishing / publishing Application solves my problem. However, that's not been working lately. Accidently things work and I'm able to make some changes, but then again it will fail. All of which is taking so much of my time.

    The version of Appian is 19.4. Maybe there is a bug list and patches that have not been applied in my environment. That's my only hope.