When all will Fork fail? | Community
Skip to main content
AEM_Forum
Level 10
July 24, 2020
Solved

When all will Fork fail?

  • July 24, 2020
  • 1 reply
  • 1258 views

Hi all,

When all will Fork fail?

Inbound transitions are not available or connected?

Outbound transitions are not available or connected?

Any URL on this subject will help.

Appreciate all your replies.

Thanks,

Rama.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Milan_Vucetic

Hi @aem_forum

The Fork activity allows you to create outbound transitions to start several activities at the same time. Generally, to carry out several different activities independently within the same workflow. It can "fail":

  1. Inbound transitions are not available or connected
  2. Outbound transitions are not available or connected
  3. Contains some JavaScript code inside Advanced tab which is not executable or bad written.

As you cannot give the same internal name to different outbound transitions, Fork cannot fail due this. Unfortunately, there is no documentation about Fork as it is pretty simple.

Regards,

Milan

1 reply

Milan_Vucetic
Milan_VuceticAccepted solution
Level 9
July 25, 2020

Hi @aem_forum

The Fork activity allows you to create outbound transitions to start several activities at the same time. Generally, to carry out several different activities independently within the same workflow. It can "fail":

  1. Inbound transitions are not available or connected
  2. Outbound transitions are not available or connected
  3. Contains some JavaScript code inside Advanced tab which is not executable or bad written.

As you cannot give the same internal name to different outbound transitions, Fork cannot fail due this. Unfortunately, there is no documentation about Fork as it is pretty simple.

Regards,

Milan

AEM_Forum
AEM_ForumAuthor
Level 10
July 26, 2020
Perfect. Thanks a lot.