IFM Manager

Overview

This Smart Service allows a designer to programmatically embed In-Flight Modification (IFM) calls within a process flow. IFM Queries are used to update running instances in bulk using an SQL-like syntax. An Application is included with a "Test Run" mode to see how many instances will be affected and if there were any issues while running the query.

This smart service can:

  • Target process models for mass update, or a specific instance
  • Update PV and CDT values
  • Reassign Tasks
  • Start Tasks
  • Cancel Tasks
  • Restart Tasks
  • Start task if no running instance
  • Update process instance security
  • Add new PVs to an instance
  • Support batching of instances
Anonymous
Parents
  • Hi,

    does this IFM Manager plugin to update CDT is compatible with the Appian 19.3 or 19.4 version?

    Because I have some trouble with this kind of query and it was working before for sure with Appian 18.4 version.

    The CDT and query didn't change since this time.

    "UPDATE_PMI " & ri!processId & " SET PV " & ri!pVname & " = [internalize(""" & externalize(ri!cdtValue) & """)]"

    Thanks.

Comment
  • Hi,

    does this IFM Manager plugin to update CDT is compatible with the Appian 19.3 or 19.4 version?

    Because I have some trouble with this kind of query and it was working before for sure with Appian 18.4 version.

    The CDT and query didn't change since this time.

    "UPDATE_PMI " & ri!processId & " SET PV " & ri!pVname & " = [internalize(""" & externalize(ri!cdtValue) & """)]"

    Thanks.

Children