Difference between an Event (workflow change status event) and Custom Action(initiated from Workflow state) ???

Answered

Difference between an Event (workflow change status event) and Custom Action(initiated from Workflow state) ???

Add Comment
3 Answer(s)

I’m not sure I understand the question completely.  

An Event simply identifies a specific action that occurs within the system 
An Event Handler specifies a Custom Action or Notification that should be executed based on the occurrence of an Event.
An Event Subscriber ties the Event and the Event Handler together (When X Event occurs – Do Y Custom Action) 
The Event Subscriber “watches”the system for the Event to occur and then executes the Custom Action accordingly.

Agile Angel Answered on April 1, 2017.

Yes correct but my question is related to the initiation of an event.
1) change status workflow pre event (IEventAction).
2) (ICustomAction) initiated from work flow state.

on April 2, 2017.
Add Comment

So I think you are asking the difference in executing a PX through Event Management vs a Traditional PX added to a Workflow Status.

While you may be able to acheive the same result for a single PX using the traditional method – Event Management provides additional flexibility/functionality:
– Many different event types can be utilized (and customized) to trigger the PX.  
– Synchronous Execution mode can be used to trigger multiple automations in a particular sequence.
– The same PX can be triggered under different scenarios and/or for different object types
– The use of Event Monitor provides more visibility within the system

Agile Angel Answered on April 4, 2017.

Thanks Danny, I understood the difference but I wanted to know the order of execution of a traditional work flow state PX , Change status WF PRE-Event and change status WF- POST Event.

on April 6, 2017.
Add Comment
Best answer

A Custom PX is always executed AFTER the action has occurred (after the workflow enters the status).

In the  Event Framework – a Pre triggered automation executes prior to the occurrence (completion) of the action.  A Post triggered automation executes at a point immediately after the action has occurred. 

If you have both Custom PX and Java PX configured for the same Workflow Status Change – the Java PX is always executed before the Custom PX.

Agile Angel Answered on April 12, 2017.

Thanks.. ?

on April 15, 2017.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.