Workflow Soluiton

 View Only
  • 1.  Get Process Status Component

    Posted May 03, 2012 10:38 AM

    I'm having an issue retrieving the process status using this component as it seems that every time I publish a revision of a workflow it gets 'reset'. For example I have a status drop-down box that has a list of status (Open, Pending Approval, Pending Info) and if I look at the report, the correct status appears but when I go into the form it isn't the same. I was wondering if anyone else encountered this issue?

    Also, in the component there is a check box for From Current Process which I have checked but if you uncheck it it asks for a Execution Context ID. Does anyone know where to find this ID?



  • 2.  RE: Get Process Status Component

    Posted May 10, 2012 10:48 AM

    Execution Context ID is an unique ID for each instance of execution engine i.e. each component model.

    The components requiring Execution Context ID are usually expect a special one ID i.e. top level context ID.

    I've discovered only two cases of exposing Execution Context ID but as different objects. The first is a WorkflowTrackingID (this one could be top level) and the second one is a SessionID in Task structure (returned e.g. by Get Task By ID Component) but tasks have rather lower level execution context.